From 8a7401f660b4197dc6c11984be343ff063e7f44d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 12:09:33 +0000 Subject: [PATCH] chore(deps): bump adfinis/container-scanning-action from 0.2.8 to 0.2.9 Bumps [adfinis/container-scanning-action](https://github.com/adfinis/container-scanning-action) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/adfinis/container-scanning-action/releases) - [Commits](https://github.com/adfinis/container-scanning-action/compare/v0.2.8...v0.2.9) --- updated-dependencies: - dependency-name: adfinis/container-scanning-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- .github/workflows/schedule.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ff71eadac..5129b7af3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -110,7 +110,7 @@ jobs: ${{ steps.meta.outputs.labels }} - name: Sign ${{ matrix.config.name }} image and attach SBOM attestation - uses: adfinis/container-scanning-action@v0.2.8 + uses: adfinis/container-scanning-action@v0.2.9 with: image-ref: ghcr.io/${{ github.repository }}/${{ matrix.config.name }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index cc4356317..fe0af0151 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -28,7 +28,7 @@ jobs: # needed for `cosign attest` id-token: write steps: - - uses: adfinis/container-scanning-action@v0.2.8 + - uses: adfinis/container-scanning-action@v0.2.9 with: image-ref: ghcr.io/${{ github.repository }}/${{ matrix.image }} attest: true