Skip to content

Commit 0a049c8

Browse files
authored
Update github/codeql-action action to v4.37.5 (apache#5233)
1 parent b0f0b24 commit 0a049c8

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@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
74+
uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
7575
with:
7676
languages: actions
7777

7878
- name: Perform CodeQL Analysis
79-
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
79+
uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
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@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
296+
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
297297
with:
298298
sarif_file: trivy-results.sarif
299299
category: trivy-image

0 commit comments

Comments
 (0)