From 49d876f194434c2b53ba2aae6e77cf0b58e73930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:09:37 +0000 Subject: [PATCH] chore(deps): bump adfinis/container-scanning-action from 0.2.11 to 0.3.0 Bumps [adfinis/container-scanning-action](https://github.com/adfinis/container-scanning-action) from 0.2.11 to 0.3.0. - [Release notes](https://github.com/adfinis/container-scanning-action/releases) - [Commits](https://github.com/adfinis/container-scanning-action/compare/v0.2.11...v0.3.0) --- updated-dependencies: - dependency-name: adfinis/container-scanning-action dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- .github/workflows/schedule.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fe246fc7..4ff8a992 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -101,7 +101,7 @@ jobs: ${{ steps.meta.outputs.labels }} - name: Sign api image and attach SBOM attestation - uses: adfinis/container-scanning-action@v0.2.11 + uses: adfinis/container-scanning-action@v0.3.0 with: image-ref: ghcr.io/${{ github.repository }}/api token: ${{ secrets.GITHUB_TOKEN }} @@ -173,7 +173,7 @@ jobs: ${{ steps.meta.outputs.labels }} - name: Sign image and attach SBOM attestation - uses: adfinis/container-scanning-action@v0.2.11 + uses: adfinis/container-scanning-action@v0.3.0 with: image-ref: ghcr.io/${{ github.repository }}/ember token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/schedule.yaml b/.github/workflows/schedule.yaml index 8c520d5a..feb874cd 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.11 + - uses: adfinis/container-scanning-action@v0.3.0 with: image-ref: ghcr.io/${{ github.repository }}/api token: ${{ secrets.GITHUB_TOKEN }} @@ -47,7 +47,7 @@ jobs: # needed for `cosign attest` id-token: write steps: - - uses: adfinis/container-scanning-action@v0.2.11 + - uses: adfinis/container-scanning-action@v0.3.0 with: image-ref: ghcr.io/${{ github.repository }}/ember token: ${{ secrets.GITHUB_TOKEN }}