Skip to content

Commit 96255e1

Browse files
chore(deps): update all digest updates (#789)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70f01dd commit 96255e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/scans.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
IMAGE_ID: ${{ steps.build.outputs.imageid }}
5959
60-
- uses: quay/clair-action@0c6fa2fbaa17fd9b5455347d8c28169804460f58 # V0
60+
- uses: quay/clair-action@526ec1b38497f85e7f2de98d264ef94fdfb38913 # V0
6161
with:
6262
image-path: ${{ github.sha }}
6363
output: clair_results.sarif
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
126126

127127
- id: grype
128-
uses: anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7
128+
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7
129129
with:
130130
path: .
131131
fail-build: ${{ github.event_name == 'pull_request' }}
@@ -155,7 +155,7 @@ jobs:
155155
load: true
156156

157157
- id: grype
158-
uses: anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7
158+
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7
159159
with:
160160
image: ${{ env.IMAGE_ID }}
161161
fail-build: ${{ github.event_name == 'pull_request' }}
@@ -292,13 +292,13 @@ jobs:
292292
steps:
293293
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
294294

295-
- uses: anchore/sbom-action@fbfd9c6c189226748411491745178e0c2017392d # v0
295+
- uses: anchore/sbom-action@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0
296296
with:
297297
output-file: "${{ github.event.repository.name }}-sbom.spdx.json"
298298
dependency-snapshot: true
299299

300300
- id: grype
301-
uses: anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7
301+
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7
302302
with:
303303
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
304304
fail-build: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)