File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
22
23
23
permissions :
24
24
contents : read
25
+ security-events : write
26
+ actions : read
25
27
26
28
jobs :
27
29
analyze :
42
44
43
45
# Initializes the CodeQL tools for scanning.
44
46
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@v2
47
+ uses : github/codeql-action/init@v3
46
48
with :
47
49
languages : ${{ matrix.language }}
48
50
# If you wish to specify custom queries, you can do so here or in a config file.
53
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
56
# If this step fails, then you should remove it and run the build manually (see below)
55
57
- name : Autobuild
56
- uses : github/codeql-action/autobuild@v2
58
+ uses : github/codeql-action/autobuild@v3
57
59
58
60
# ℹ️ Command-line programs to run using the OS shell.
59
61
# 📚 https://git.io/JvXDl
67
69
# make release
68
70
69
71
- name : Perform CodeQL Analysis
70
- uses : github/codeql-action/analyze@v2
72
+ uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments