Skip to content

Commit 8b5328b

Browse files
authored
Update github/codeql-action action to v4.37.4 (apache#5198)
1 parent a1bd5c7 commit 8b5328b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
persist-credentials: false
7272

7373
- name: Initialize CodeQL
74-
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
74+
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
7575
with:
7676
languages: actions
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
79+
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
8080
with:
8181
category: "/language:actions"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
exit-code: '0'
294294
- name: Upload SARIF to GitHub Code Scanning
295295
if: ${{ startsWith(github.ref, 'refs/heads/') }}
296-
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
296+
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
297297
with:
298298
sarif_file: trivy-results.sarif
299299
category: trivy-image

0 commit comments

Comments
 (0)