Skip to content

Commit 70e5a74

Browse files
authored
Merge pull request #33 from jfreed-dev/dependabot/github_actions/github/codeql-action-4.32.3
ci: bump github/codeql-action from 4.31.11 to 4.32.3
2 parents f01deb9 + 8eafd47 commit 70e5a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
args: '-no-fail -fmt sarif -out results.sarif ./...'
5757

5858
- name: Upload SARIF file
59-
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
59+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
6060
with:
6161
sarif_file: results.sarif
6262
if: always()
@@ -87,7 +87,7 @@ jobs:
8787
severity: 'CRITICAL,HIGH,MEDIUM'
8888

8989
- name: Upload Trivy filesystem scan results
90-
uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
90+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
9191
with:
9292
sarif_file: 'trivy-fs-results.sarif'
9393
category: 'trivy-filesystem'

0 commit comments

Comments
 (0)