From 0c964f888a195e01e3242947fd4bcf2f4f464216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 01:03:18 +0000 Subject: [PATCH] chore(deps): bump anchore/sbom-action from 0.17.4 to 0.17.8 Bumps [anchore/sbom-action](https://github.com/anchore/sbom-action) from 0.17.4 to 0.17.8. - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/v0.17.4...v0.17.8) --- updated-dependencies: - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release_go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_go.yml b/.github/workflows/release_go.yml index a75d339..5e2fd1c 100644 --- a/.github/workflows/release_go.yml +++ b/.github/workflows/release_go.yml @@ -51,7 +51,7 @@ jobs: echo "$NFPM_GPG_KEY" > ${{ runner.temp }}/nfpm_gpg.key env: NFPM_GPG_KEY: ${{ secrets.NFPM_GPG_KEY }} - - uses: anchore/sbom-action/download-syft@v0.17.4 + - uses: anchore/sbom-action/download-syft@v0.17.8 - uses: actions/setup-go@v5 with: go-version: stable