File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
51
- uses : github/codeql-action/init@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v1
51
+ uses : github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v1
52
52
with :
53
53
languages : ${{ matrix.language }}
54
54
# If you wish to specify custom queries, you can do so here or in a config file.
62
62
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
63
63
# If this step fails, then you should remove it and run the build manually (see below)
64
64
- name : Autobuild
65
- uses : github/codeql-action/autobuild@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v1
65
+ uses : github/codeql-action/autobuild@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v1
66
66
67
67
# ℹ️ Command-line programs to run using the OS shell.
68
68
# 📚 https://git.io/JvXDl
76
76
# make release
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v1
79
+ uses : github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v1
Original file line number Diff line number Diff line change 77
77
78
78
# Upload the results to GitHub's code scanning dashboard.
79
79
- name : " Upload to code-scanning"
80
- uses : github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7
80
+ uses : github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04
81
81
with :
82
82
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments