Skip to content

Commit 925f9db

Browse files
chore(deps): update github/codeql-action digest to b1bff81
1 parent b5e2403 commit 925f9db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/security-scans/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
sed -i 's/"security-severity": "undefined"/"security-severity": "0"/g' snyk.sarif
5959
6060
- name: Upload result to GitHub Code Scanning
61-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
61+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
6262
if: ${{ hashFiles('snyk.sarif') != '' }}
6363
with:
6464
sarif_file: snyk.sarif
@@ -74,7 +74,7 @@ runs:
7474
output: 'trivy-results.sarif'
7575

7676
- name: Upload Trivy scan results to GitHub Security tab
77-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
77+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
7878
if: ${{ hashFiles('trivy-results.sarif') != '' }}
7979
with:
8080
sarif_file: 'trivy-results.sarif'

0 commit comments

Comments
 (0)