From 35d87ac626047c8ec6ca75e8e840db3c574f3d60 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 15:37:03 +0000 Subject: [PATCH] chore(deps): update all digest updates --- .github/workflows/scans.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index c62032c..8400448 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -125,7 +125,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - id: grype - uses: anchore/scan-action@0d444ed77d83ee2ba7f5ced0d90d640a1281d762 # v7 + uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175 # v7 with: path: . fail-build: ${{ github.event_name == 'pull_request' }} @@ -155,7 +155,7 @@ jobs: load: true - id: grype - uses: anchore/scan-action@0d444ed77d83ee2ba7f5ced0d90d640a1281d762 # v7 + uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175 # v7 with: image: ${{ env.IMAGE_ID }} fail-build: ${{ github.event_name == 'pull_request' }} @@ -292,13 +292,13 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - - uses: anchore/sbom-action@62ad5284b8ced813296287a0b63906cb364b73ee # v0 + - uses: anchore/sbom-action@deef08a0db64bfad603422135db61477b16cef56 # v0 with: output-file: "${{ github.event.repository.name }}-sbom.spdx.json" dependency-snapshot: true - id: grype - uses: anchore/scan-action@0d444ed77d83ee2ba7f5ced0d90d640a1281d762 # v7 + uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175 # v7 with: sbom: "${{ github.event.repository.name }}-sbom.spdx.json" fail-build: ${{ github.event_name == 'pull_request' }}