Skip to content

Commit 894e414

Browse files
Merge pull request DrTimothyAldenDavis#782 from DrTimothyAldenDavis/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents d68a1a4 + cfda0f8 commit 894e414

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@v2
68+
uses: github/codeql-action/init@v3
6969
with:
7070
languages: ${{ matrix.language }}
7171
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -99,7 +99,7 @@ jobs:
9999
done
100100
101101
- name: perform CodeQL analysis
102-
uses: github/codeql-action/analyze@v2
102+
uses: github/codeql-action/analyze@v3
103103
with:
104104
category: ${{ matrix.group }}-64
105105

@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: initialize CodeQL
169169
# Initialize the CodeQL tools for scanning.
170-
uses: github/codeql-action/init@v2
170+
uses: github/codeql-action/init@v3
171171
with:
172172
languages: ${{ matrix.language }}
173173
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -199,6 +199,6 @@ jobs:
199199
done
200200
201201
- name: perform CodeQL analysis
202-
uses: github/codeql-action/analyze@v2
202+
uses: github/codeql-action/analyze@v3
203203
with:
204204
category: ${{ matrix.group }}-32

0 commit comments

Comments
 (0)