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 47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
50
- uses : github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.2.5
50
+ uses : github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2.2.5
51
51
with :
52
52
languages : ${{ matrix.language }}
53
53
# If you wish to specify custom queries, you can do so here or in a config file.
60
60
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
61
61
# If this step fails, then you should remove it and run the build manually (see below)
62
62
- name : Autobuild
63
- uses : github/codeql-action/autobuild@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.2.5
63
+ uses : github/codeql-action/autobuild@a09933a12a80f87b87005513f0abb1494c27a716 # v2.2.5
64
64
65
65
# ℹ️ Command-line programs to run using the OS shell.
66
66
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
73
73
# ./location_of_script_within_repo/buildscript.sh
74
74
75
75
- name : Perform CodeQL Analysis
76
- uses : github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.2.5
76
+ uses : github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2.2.5
77
77
with :
78
78
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 64
64
65
65
# Upload the results to GitHub's code scanning dashboard.
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
67
+ uses : github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments