Skip to content

Commit 15bba2c

Browse files
chore(deps): bump the security-actions group across 1 directory with 2 updates (#130)
1 parent 37baeb5 commit 15bba2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# format: list
122122

123123
- name: Run Anchore (Grype) Vulnerability Scanner
124-
uses: anchore/scan-action@v7.3.1
124+
uses: anchore/scan-action@v7.3.2
125125
id: anchore-scan
126126
timeout-minutes: 5
127127
with:
@@ -277,7 +277,7 @@ jobs:
277277

278278
# Upload the scan results
279279
- name: Upload - SARIF Results
280-
uses: github/codeql-action/upload-sarif@v4.32.1
280+
uses: github/codeql-action/upload-sarif@v4.32.2
281281
id: upload-sarif
282282
if: ${{ github.event_name != 'pull_request' }}
283283
timeout-minutes: 2

.github/workflows/scan-configs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Upload Trivy Scan Results to GitHub Security Tab
2626
if: always()
27-
uses: github/codeql-action/upload-sarif@v4.32.1
27+
uses: github/codeql-action/upload-sarif@v4.32.2
2828
with:
2929
sarif_file: "trivy-results.sarif"
3030
category: "IaC-Config"

0 commit comments

Comments
 (0)