Skip to content

chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.3 (#178) #118

chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.3 (#178)

chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.3 (#178) #118

Workflow file for this run

name: release
on:
push:
branches:
- main
jobs:
call-ci-go:
uses: ./.github/workflows/ci_go.yml
call-lint:
permissions:
contents: read
pull-requests: read
uses: ./.github/workflows/lint.yml
release-please:
needs:
- call-ci-go
- call-lint
permissions:
contents: write
pull-requests: write
uses: ./.github/workflows/release_please.yml
release-go:
if: ${{ needs.release-please.outputs.release_created }}
needs:
- release-please
permissions:
contents: write
packages: write
pull-requests: write
uses: ./.github/workflows/release_go.yml
secrets: inherit
call-test-docker-images:
if: ${{ needs.release-please.outputs.release_created }}
needs:
- release-go
- release-please
permissions:
packages: read
uses: ./.github/workflows/test_docker_images.yml
with:
tag: ${{ needs.release-please.outputs.tag_name }}-amd64
secrets: inherit