Skip to content

chore(deps): update github actions updates #576

chore(deps): update github actions updates

chore(deps): update github actions updates #576

Workflow file for this run

name: Test reusable workflow
on:
pull_request:
push:
branches: [ '**' ]
release:
types:
- created
workflow_dispatch:
permissions:
contents: write
id-token: write
jobs:
test-workflow:
name: Test SonarSource/gh-action_sbom on alpine:latest
uses: ./.github/workflows/workflow.yml
with:
image: alpine:latest
filename: test-workflow-bom.json
upload-artifact: true
upload-release-assets: true
test2-workflow:
name: Test SonarSource/gh-action_sbom on alpine:latest
uses: ./.github/workflows/workflow.yml
with:
image: alpine:latest
filename: test-workflow-bom.json
upload-artifact: false
upload-release-assets: false