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 64
64
65
65
# Initializes the CodeQL tools for scanning.
66
66
- name : Initialize CodeQL
67
- uses : github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
67
+ uses : github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
68
68
with :
69
69
languages : ${{ matrix.language }}
70
70
# If you wish to specify custom queries, you can do so here or in a config file.
74
74
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
75
75
# If this step fails, then you should remove it and run the build manually (see below)
76
76
- name : Autobuild
77
- uses : github/codeql-action/autobuild@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
77
+ uses : github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
78
78
79
79
# ℹ️ Command-line programs to run using the OS shell.
80
80
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
87
87
# ./location_of_script_within_repo/buildscript.sh
88
88
89
89
- name : Perform CodeQL Analysis
90
- uses : github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
90
+ uses : github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
91
91
with :
92
92
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 85
85
86
86
# Upload the results to GitHub's code scanning dashboard.
87
87
- name : " Upload to code-scanning"
88
- uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
88
+ uses : github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
89
89
with :
90
90
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments