Skip to content

Commit 0384d41

Browse files
fix(github-action): update github/codeql-action action v4.34.0 → v4.34.1
1 parent 239829e commit 0384d41

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
persist-credentials: false
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
37+
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
3838
with:
3939
languages: ${{ matrix.language }}
4040
build-mode: ${{ matrix.build-mode }}
4141
source-root: ${{ matrix.source-root }}
4242

4343
- name: Perform CodeQL Analysis
44-
uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
44+
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
4545
with:
4646
category: language:${{ matrix.language }}

.github/workflows/vulnerability-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
severity-cutoff: high
9898

9999
- name: Upload Report
100-
uses: github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4.34.0
100+
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
101101
with:
102102
category: container:${{ matrix.app }}
103103
sarif_file: ${{ steps.scan.outputs.sarif }}

0 commit comments

Comments
 (0)