File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
51
+ uses : github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
62
+ uses : github/codeql-action/autobuild@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
76
+ uses : github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
Original file line number Diff line number Diff line change @@ -83,28 +83,28 @@ jobs:
83
83
# format to the repository Actions tab.
84
84
- name : " Upload artifact"
85
85
if : " !cancelled()"
86
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
86
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
87
87
with :
88
88
name : SARIF file
89
89
path : ${{ inputs.results-file-name }}
90
90
retention-days : 5
91
91
- name : " Upload old scan json results"
92
92
if : " !cancelled()"
93
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
93
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
94
94
with :
95
95
name : old-json-results
96
96
path : old-results.json
97
97
retention-days : 5
98
98
- name : " Upload new scan json results"
99
99
if : " !cancelled()"
100
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
100
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
101
101
with :
102
102
name : new-json-results
103
103
path : new-results.json
104
104
retention-days : 5
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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
108
+ uses : github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
109
109
with :
110
110
sarif_file : ${{ inputs.results-file-name }}
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ jobs:
80
80
# format to the repository Actions tab.
81
81
- name : " Upload artifact"
82
82
if : " !cancelled()"
83
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
83
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
84
84
with :
85
85
name : SARIF file
86
86
path : ${{ inputs.results-file-name }}
87
87
retention-days : 5
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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
91
+ uses : github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
92
92
with :
93
93
sarif_file : ${{ inputs.results-file-name }}
Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
62
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
66
66
retention-days : 5
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@0b21cf2492b6b02c465a3e5d7c473717ad7721ba # v3.23.1
70
+ uses : github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change 24
24
TEST_ACCEPTANCE : true
25
25
run : ./scripts/run_tests.sh
26
26
- name : Upload coverage to Codecov
27
- uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
27
+ uses : codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6
You can’t perform that action at this time.
0 commit comments