File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24
47
+ uses : github/codeql-action/init@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
55
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
56
56
# If this step fails, then you should remove it and run the build manually (see below)
57
57
- name : Autobuild
58
- uses : github/codeql-action/autobuild@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24
58
+ uses : github/codeql-action/autobuild@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25
59
59
# ℹ️ Command-line programs to run using the OS shell.
60
60
# 📚 https://git.io/JvXDl
61
61
68
68
# make release
69
69
70
70
- name : Perform CodeQL Analysis
71
- uses : github/codeql-action/analyze@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24
71
+ uses : github/codeql-action/analyze@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25
Original file line number Diff line number Diff line change 11
11
- name : ' Checkout Repository'
12
12
uses : actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.1.2
13
13
- name : ' Dependency Review'
14
- uses : actions/dependency-review-action@94145f3150bfabdc97540cbd5f7e926306ea7744 # tag=v2.1.2
14
+ uses : actions/dependency-review-action@375c5370086bfff256c37f8beec0f437e2e72ae1 # tag=v2.4.0
Original file line number Diff line number Diff line change 57
57
58
58
# Upload the results to GitHub's code scanning dashboard.
59
59
- name : " Upload to code-scanning"
60
- uses : github/codeql-action/upload-sarif@904260d7d935dff982205cbdb42025ce30b7a34f # tag=v2.1.24
60
+ uses : github/codeql-action/upload-sarif@86f3159a697a097a813ad9bfa0002412d97690a4 # tag=v2.1.25
61
61
with :
62
62
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments