Skip to content

Commit 68b6dd0

Browse files
ci(github-action): update action github/codeql-action (v4.32.2 → v4.32.3)
1 parent 62a774c commit 68b6dd0

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
@@ -33,13 +33,13 @@ jobs:
3333
persist-credentials: false
3434

3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
36+
uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
3737
with:
3838
languages: ${{ matrix.language }}
3939
build-mode: ${{ matrix.build-mode }}
4040
source-root: ${{ matrix.source-root }}
4141

4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
43+
uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
4444
with:
4545
category: language:${{ matrix.language }}

.github/workflows/vulnerability-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
severity-cutoff: high
9595

9696
- name: Upload Report
97-
uses: github/codeql-action/upload-sarif@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
97+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
9898
with:
9999
category: container:${{ matrix.app }}
100100
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)