File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v2.2.5
51
+ uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v2.2.5
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.
61
61
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
62
62
# If this step fails, then you should remove it and run the build manually (see below)
63
63
- name : Autobuild
64
- uses : github/codeql-action/autobuild@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v2.2.5
64
+ uses : github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v2.2.5
65
65
66
66
# ℹ️ Command-line programs to run using the OS shell.
67
67
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
74
74
# ./location_of_script_within_repo/buildscript.sh
75
75
76
76
- name : Perform CodeQL Analysis
77
- uses : github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v2.2.5
77
+ uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v2.2.5
78
78
with :
79
79
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
67
+ uses : github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments