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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
64
+ uses : github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
85
+ uses : github/codeql-action/autobuild@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
98
+ uses : github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
74
+ uses : github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments