Skip to content

Commit c5ab8b8

Browse files
Merge pull request #1004 from DrTimothyAldenDavis/stable
codeql from stable branch
2 parents a86e9d0 + 3aebeb3 commit c5ab8b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: initialize CodeQL
6767
# Initialize the CodeQL tools for scanning.
68-
uses: github/codeql-action/init@v3
68+
uses: github/codeql-action/init@v4
6969
with:
7070
languages: ${{ matrix.language }}
7171
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -100,7 +100,7 @@ jobs:
100100
done
101101
102102
- name: perform CodeQL analysis
103-
uses: github/codeql-action/analyze@v3
103+
uses: github/codeql-action/analyze@v4
104104
with:
105105
category: ${{ matrix.group }}-64
106106

@@ -168,7 +168,7 @@ jobs:
168168

169169
- name: initialize CodeQL
170170
# Initialize the CodeQL tools for scanning.
171-
uses: github/codeql-action/init@v3
171+
uses: github/codeql-action/init@v4
172172
with:
173173
languages: ${{ matrix.language }}
174174
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -200,6 +200,6 @@ jobs:
200200
done
201201
202202
- name: perform CodeQL analysis
203-
uses: github/codeql-action/analyze@v3
203+
uses: github/codeql-action/analyze@v4
204204
with:
205205
category: ${{ matrix.group }}-32

0 commit comments

Comments
 (0)