From 22191ea4046f447ead5a6402322e230c07f65279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 11:05:13 +0000 Subject: [PATCH] chore(deps): bump adfinis/container-scanning-action from 0.2.3 to 0.2.6 Bumps [adfinis/container-scanning-action](https://github.com/adfinis/container-scanning-action) from 0.2.3 to 0.2.6. - [Release notes](https://github.com/adfinis/container-scanning-action/releases) - [Commits](https://github.com/adfinis/container-scanning-action/compare/v0.2.3...v0.2.6) --- 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 fdd93132..9cc8721f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: ${{ steps.meta.outputs.labels }} - name: Sign image and attach SBOM attestation - uses: adfinis/container-scanning-action@v0.2.3 + uses: adfinis/container-scanning-action@v0.2.6 if: steps.semrel.outputs.version != '' with: image-ref: ghcr.io/adfinis/timed-backend diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 79696a66..7ec24ad5 100644 --- a/.github/workflows/schedule.yaml +++ b/.github/workflows/schedule.yaml @@ -24,7 +24,7 @@ jobs: # needed for `cosign attest` id-token: write steps: - - uses: adfinis/container-scanning-action@v0.2.3 + - uses: adfinis/container-scanning-action@v0.2.6 with: image-ref: ghcr.io/adfinis/timed-backend attest: true