File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 48
48
go-version-file : go.mod
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
51
- uses : github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
51
+ uses : github/codeql-action/init@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
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.
59
59
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
60
60
# If this step fails, then you should remove it and run the build manually (see below)
61
61
- name : Autobuild
62
- uses : github/codeql-action/autobuild@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
62
+ uses : github/codeql-action/autobuild@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
63
63
64
64
# ℹ️ Command-line programs to run using the OS shell.
65
65
# 📚 https://git.io/JvXDl
73
73
# make release
74
74
75
75
- name : Perform CodeQL Analysis
76
- uses : github/codeql-action/analyze@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
76
+ uses : github/codeql-action/analyze@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
Original file line number Diff line number Diff line change @@ -105,6 +105,6 @@ jobs:
105
105
# Upload the results to GitHub's code scanning dashboard.
106
106
- name : " Upload to code-scanning"
107
107
if : ${{ !cancelled() && inputs.upload-sarif == true }}
108
- uses : github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
108
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
109
109
with :
110
110
sarif_file : ${{ inputs.results-file-name }}
Original file line number Diff line number Diff line change 55
55
with :
56
56
persist-credentials : false
57
57
- name : " Download custom artifact if specified"
58
- uses : actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
58
+ uses : actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
59
59
if : " ${{ inputs.download-artifact != '' }}"
60
60
with :
61
61
name : " ${{ inputs.download-artifact }}"
88
88
# Upload the results to GitHub's code scanning dashboard.
89
89
- name : " Upload to code-scanning"
90
90
if : " ${{ !cancelled() && inputs.upload-sarif == true }}"
91
- uses : github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
91
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
92
92
with :
93
93
sarif_file : ${{ inputs.results-file-name }}
Original file line number Diff line number Diff line change 67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
70
+ uses : github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments