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 56
56
# Upload the SARIF file generated in the previous step
57
57
- name : Upload SARIF results file
58
58
continue-on-error : true
59
- uses : github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
59
+ uses : github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
60
60
with :
61
61
sarif_file : results.sarif
Original file line number Diff line number Diff line change 52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
55
+ uses : github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
# If you wish to specify custom queries, you can do so here or in a config file.
66
66
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
67
67
# If this step fails, then you should remove it and run the build manually (see below)
68
68
- name : Autobuild
69
- uses : github/codeql-action/autobuild@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
69
+ uses : github/codeql-action/autobuild@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
70
70
71
71
# ℹ️ Command-line programs to run using the OS shell.
72
72
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
79
79
# ./location_of_script_within_repo/buildscript.sh
80
80
81
81
- name : Perform CodeQL Analysis
82
- uses : github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
82
+ uses : github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
83
83
with :
84
84
category : " /language:${{matrix.language}}"
You can’t perform that action at this time.
0 commit comments