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 61
61
62
62
# Initializes the CodeQL tools for scanning.
63
63
- name : Initialize CodeQL
64
- uses : github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
64
+ uses : github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
65
65
with :
66
66
languages : ${{ matrix.language }}
67
67
# If you wish to specify custom queries, you can do so here or in a config file.
82
82
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
83
83
# If this step fails, then you should remove it and run the build manually (see below)
84
84
- name : Autobuild
85
- uses : github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
85
+ uses : github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
86
86
87
87
# ℹ️ Command-line programs to run using the OS shell.
88
88
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
95
95
# ./location_of_script_within_repo/buildscript.sh
96
96
97
97
- name : Perform CodeQL Analysis
98
- uses : github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
98
+ uses : github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
99
99
with :
100
100
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
74
+ uses : github/codeql-action/upload-sarif@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments