Commit df8e99c 1 parent 7787431 commit df8e99c Copy full SHA for df8e99c
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 44
44
45
45
# Initializes the CodeQL tools for scanning.
46
46
- name : Initialize CodeQL
47
- uses : github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
47
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
48
48
with :
49
49
languages : ${{ matrix.language }}
50
50
# If you wish to specify custom queries, you can do so here or in a config file.
58
58
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
59
59
# If this step fails, then you should remove it and run the build manually (see below)
60
60
- name : Autobuild
61
- uses : github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
61
+ uses : github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
62
62
63
63
# ℹ️ Command-line programs to run using the OS shell.
64
64
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
71
71
# ./location_of_script_within_repo/buildscript.sh
72
72
73
73
- name : Perform CodeQL Analysis
74
- uses : github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
74
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
Original file line number Diff line number Diff line change 19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
21
- name : Set up Go
22
- uses : actions/setup-go@v5.2 .0
22
+ uses : actions/setup-go@v5.3 .0
23
23
with :
24
24
go-version : ${{ matrix.go-version }}
25
25
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Set up Go
61
- uses : actions/setup-go@v5.2 .0
61
+ uses : actions/setup-go@v5.3 .0
62
62
with :
63
63
go-version : 1.23.x
64
64
80
80
runs-on : ubuntu-latest
81
81
steps :
82
82
- name : Set up Go
83
- uses : actions/setup-go@v5.2 .0
83
+ uses : actions/setup-go@v5.3 .0
84
84
with :
85
85
go-version : 1.23.x
86
86
@@ -123,7 +123,7 @@ jobs:
123
123
tags : [ 'nounsafe', '"noasm,nounsafe"' ]
124
124
steps :
125
125
- name : Set up Go
126
- uses : actions/setup-go@v5.2 .0
126
+ uses : actions/setup-go@v5.3 .0
127
127
with :
128
128
go-version : 1.23.x
129
129
@@ -149,7 +149,7 @@ jobs:
149
149
tags : [ 'nounsafe', '"noasm,nounsafe"' ]
150
150
steps :
151
151
- name : Set up Go
152
- uses : actions/setup-go@v5.2 .0
152
+ uses : actions/setup-go@v5.3 .0
153
153
with :
154
154
go-version : 1.22.x
155
155
@@ -180,7 +180,7 @@ jobs:
180
180
tags : [ 'nounsafe', '"noasm,nounsafe"' ]
181
181
steps :
182
182
- name : Set up Go
183
- uses : actions/setup-go@v5.2 .0
183
+ uses : actions/setup-go@v5.3 .0
184
184
with :
185
185
go-version : 1.23.x
186
186
- name : Checkout code
Original file line number Diff line number Diff line change 19
19
fetch-depth : 0
20
20
-
21
21
name : Set up Go
22
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
22
+ uses : actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 # v5.2.0
23
23
with :
24
24
go-version : 1.23.x
25
25
-
You can’t perform that action at this time.
0 commit comments