File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
51
- uses : github/codeql-action/init@c7f9125735019aa87cfc361530512d50ea439c71 # v2.2.5
51
+ uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v2.2.5
52
52
with :
53
53
languages : ${{ matrix.language }}
54
54
# If you wish to specify custom queries, you can do so here or in a config file.
61
61
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
62
62
# If this step fails, then you should remove it and run the build manually (see below)
63
63
- name : Autobuild
64
- uses : github/codeql-action/autobuild@c7f9125735019aa87cfc361530512d50ea439c71 # v2.2.5
64
+ uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v2.2.5
65
65
66
66
# ℹ️ Command-line programs to run using the OS shell.
67
67
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
74
74
# ./location_of_script_within_repo/buildscript.sh
75
75
76
76
- name : Perform CodeQL Analysis
77
- uses : github/codeql-action/analyze@c7f9125735019aa87cfc361530512d50ea439c71 # v2.2.5
77
+ uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v2.2.5
78
78
with :
79
79
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 64
64
65
65
# Upload the results to GitHub's code scanning dashboard.
66
66
- name : " Upload to code-scanning"
67
- uses : github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
67
+ uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
68
68
with :
69
69
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments