From 2969f691ba9dc7934720af0513fb5afcd796c44d Mon Sep 17 00:00:00 2001 From: Arthur D <110528300+c0rydoras@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:52:20 +0200 Subject: [PATCH] chore(deps): use v0.2.3 of container-scanning-action (#1065) --- .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 3eef4d8c..fdd93132 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.2 + uses: adfinis/container-scanning-action@v0.2.3 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 44a15fb7..79696a66 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.2 + - uses: adfinis/container-scanning-action@v0.2.3 with: image-ref: ghcr.io/adfinis/timed-backend attest: true