Skip to content

Commit a683dd9

Browse files
authored
Update analyze_codeql.yml
1 parent de50402 commit a683dd9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/analyze_codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
# Initializes the CodeQL tools for scanning.
7373
- name: Initialize CodeQL
74-
uses: github/codeql-action/init@v2
74+
uses: github/codeql-action/init@v3
7575
with:
7676
languages: ${{ matrix.language }}
7777
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -90,7 +90,7 @@ jobs:
9090
cmake --build . --config $BUILD_TYPE
9191
9292
- name: Perform CodeQL Analysis
93-
uses: github/codeql-action/analyze@v2
93+
uses: github/codeql-action/analyze@v3
9494
with:
9595
category: "/language:${{matrix.language}}"
9696
upload: false
@@ -99,7 +99,7 @@ jobs:
9999
# Filter out rules with low severity or high false positve rate
100100
# Also filter out warnings in third-party code
101101
- name: Filter out unwanted errors and warnings
102-
uses: advanced-security/filter-sarif@v1
102+
uses: advanced-security/filter-sarif@v3
103103
with:
104104
patterns: |
105105
-**:cpp/path-injection
@@ -121,7 +121,7 @@ jobs:
121121
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
122122

123123
- name: Upload CodeQL results to code scanning
124-
uses: github/codeql-action/upload-sarif@v2
124+
uses: github/codeql-action/upload-sarif@v3
125125
with:
126126
sarif_file: ${{ steps.step1.outputs.sarif-output }}
127127
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)