File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v2.21.5
71
+ uses : github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
72
72
with :
73
73
sarif_file : results.sarif
Original file line number Diff line number Diff line change 75
75
76
76
# Initializes the CodeQL tools for scanning.
77
77
- name : Initialize CodeQL
78
- uses : github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v1.1.39
78
+ uses : github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v1.1.39
79
79
with :
80
80
languages : ${{ matrix.language }}
81
81
# If you wish to specify custom queries, you can do so here or in a config file.
87
87
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
88
88
# If this step fails, then you should remove it and run the build manually (see below)
89
89
- name : Autobuild
90
- uses : github/codeql-action/autobuild@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v1.1.39
90
+ uses : github/codeql-action/autobuild@66b90a5db151a8042fa97405c6cf843bbe433f7b # v1.1.39
91
91
92
92
# ℹ️ Command-line programs to run using the OS shell.
93
93
# 📚 https://git.io/JvXDl
@@ -101,4 +101,4 @@ jobs:
101
101
# make release
102
102
103
103
- name : Perform CodeQL Analysis
104
- uses : github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v1.1.39
104
+ uses : github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v1.1.39
Original file line number Diff line number Diff line change 33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
36
- uses : github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v1.1.39
36
+ uses : github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v1.1.39
37
37
with :
38
38
languages : ${{ matrix.language }}
39
39
# If you wish to specify custom queries, you can do so here or in a config file.
45
45
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
46
46
# If this step fails, then you should remove it and run the build manually (see below)
47
47
- name : Autobuild
48
- uses : github/codeql-action/autobuild@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v1.1.39
48
+ uses : github/codeql-action/autobuild@66b90a5db151a8042fa97405c6cf843bbe433f7b # v1.1.39
49
49
50
50
# ℹ️ Command-line programs to run using the OS shell.
51
51
# 📚 https://git.io/JvXDl
59
59
# make release
60
60
61
61
- name : Perform CodeQL Analysis
62
- uses : github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8 # v1.1.39
62
+ uses : github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v1.1.39
You can’t perform that action at this time.
0 commit comments