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 42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2 .22.8
45
+ uses : github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3 .22.12
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
52
52
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
53
53
# If this step fails, then you should remove it and run the build manually (see below)
54
54
- name : Autobuild
55
- uses : github/codeql-action/autobuild@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2 .22.8
55
+ uses : github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3 .22.12
56
56
57
57
# ℹ️ Command-line programs to run using the OS shell.
58
58
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
65
65
# ./location_of_script_within_repo/buildscript.sh
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2 .22.8
68
+ uses : github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3 .22.12
69
69
with :
70
70
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2 .22.8
71
+ uses : github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 # v3 .22.12
72
72
with :
73
73
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments