File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 65
65
66
66
- name : initialize CodeQL
67
67
# Initialize the CodeQL tools for scanning.
68
- uses : github/codeql-action/init@v2
68
+ uses : github/codeql-action/init@v3
69
69
with :
70
70
languages : ${{ matrix.language }}
71
71
# If you wish to specify custom queries, you can do so here or in a config file.
99
99
done
100
100
101
101
- name : perform CodeQL analysis
102
- uses : github/codeql-action/analyze@v2
102
+ uses : github/codeql-action/analyze@v3
103
103
with :
104
104
category : ${{ matrix.group }}-64
105
105
@@ -167,7 +167,7 @@ jobs:
167
167
168
168
- name : initialize CodeQL
169
169
# Initialize the CodeQL tools for scanning.
170
- uses : github/codeql-action/init@v2
170
+ uses : github/codeql-action/init@v3
171
171
with :
172
172
languages : ${{ matrix.language }}
173
173
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -199,6 +199,6 @@ jobs:
199
199
done
200
200
201
201
- name : perform CodeQL analysis
202
- uses : github/codeql-action/analyze@v2
202
+ uses : github/codeql-action/analyze@v3
203
203
with :
204
204
category : ${{ matrix.group }}-32
You can’t perform that action at this time.
0 commit comments