Skip to content

Commit e00a6ab

Browse files
authored
Update github/codeql-action action to v4.37.3 (apache#5126)
1 parent 54b9369 commit e00a6ab

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@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
74+
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
7575
with:
7676
languages: actions
7777

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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
exit-code: '0'
300300
- name: Upload SARIF to GitHub Code Scanning
301301
if: ${{ startsWith(github.ref, 'refs/heads/') }}
302-
uses: github/codeql-action/upload-sarif@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
302+
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
303303
with:
304304
sarif_file: trivy-results.sarif
305305
category: trivy-image

0 commit comments

Comments
 (0)