Skip to content

Commit 053351e

Browse files
chore(deps): update anchore/scan-action action to v7 (#602)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee8f489 commit 053351e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scans.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
126126

127127
- id: grype
128-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6
128+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # 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@1638637db639e0ade3258b51db49a9a137574c3e # v6
158+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7
159159
with:
160160
image: ${{ env.IMAGE_ID }}
161161
fail-build: ${{ github.event_name == 'pull_request' }}
@@ -296,7 +296,7 @@ jobs:
296296
dependency-snapshot: true
297297

298298
- id: grype
299-
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6
299+
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7
300300
with:
301301
sbom: "${{ github.event.repository.name }}-sbom.spdx.json"
302302
fail-build: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)