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