Skip to content

Commit fb6e993

Browse files
chore(deps): bump github/codeql-action in the security-actions group (#116)
1 parent 1f0ea0f commit fb6e993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containers.yaml

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

278278
# Upload the scan results
279279
- name: Upload - SARIF Results
280-
uses: github/codeql-action/upload-sarif@v4.31.7
280+
uses: github/codeql-action/upload-sarif@v4.31.8
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.31.7
27+
uses: github/codeql-action/upload-sarif@v4.31.8
2828
with:
2929
sarif_file: "trivy-results.sarif"
3030
category: "IaC-Config"

0 commit comments

Comments
 (0)