Skip to content

Commit 0244d64

Browse files
ci(github-action): update action github/codeql-action (v3.28.16 → v3.28.17)
1 parent 5e06446 commit 0244d64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
31+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
3232
with:
3333
languages: ${{ matrix.language }}
3434
build-mode: ${{ matrix.build-mode }}
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
37+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
3838
with:
3939
category: language:${{ matrix.language }}

.github/workflows/vulnerability-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
severity-cutoff: high
8383

8484
- name: Upload Report
85-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
85+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
8686
with:
8787
category: container:${{ matrix.app }}
8888
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)