File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
46
- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # pin@v2
46
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # pin@v2
47
47
with :
48
48
languages : ${{ matrix.language }}
49
49
# 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@6bb031afdd8eb862ea3fc1848194185e076637e5 # pin@v2
58
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # pin@v2
59
59
60
60
# ℹ️ Command-line programs to run using the OS shell.
61
61
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
65
65
# echo "Run, Build Application using script"
66
66
# ./location_of_script_within_repo/buildscript.sh
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # pin@v2
68
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # pin@v2
You can’t perform that action at this time.
0 commit comments