Skip to content

Commit 6d2fb85

Browse files
Update GitHub Actions (#4431)
| datasource | package | from | to | | ----------- | ---------------------- | -------- | -------- | | github-tags | anchore/sbom-action | v0.20.10 | v0.20.11 | | github-tags | anchore/scan-action | v7.2.1 | v7.2.2 | | github-tags | codecov/codecov-action | v5.5.1 | v5.5.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2433860 commit 6d2fb85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Scan SBOM
186186
id: scan
187187
if: ${{ !inputs.dry_run }}
188-
uses: anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7.2.1
188+
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
189189
with:
190190
sbom: "sbom-${{ inputs.image }}.json"
191191
only-fixed: true

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
run: make unit-test
195195

196196
- name: Upload coverage reports to Codecov
197-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
197+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
198198
with:
199199
token: ${{ secrets.CODECOV_TOKEN }}
200200

@@ -222,7 +222,7 @@ jobs:
222222
run: npm --prefix ${{ github.workspace }}/internal/controller/nginx/modules install-ci-test
223223

224224
- name: Upload coverage reports to Codecov
225-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
225+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
226226
with:
227227
token: ${{ secrets.CODECOV_TOKEN }}
228228

@@ -285,7 +285,7 @@ jobs:
285285

286286
- name: Download Syft
287287
if: ${{ inputs.is_production_release }}
288-
uses: anchore/sbom-action/download-syft@fbfd9c6c189226748411491745178e0c2017392d # v0.20.10
288+
uses: anchore/sbom-action/download-syft@43a17d6e7add2b5535efe4dcae9952337c479a93 # v0.20.11
289289

290290
- name: Install Cosign
291291
if: ${{ inputs.is_production_release }}

0 commit comments

Comments
 (0)