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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
47
+ uses : github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
61
+ uses : github/codeql-action/autobuild@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
74
+ uses : github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
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
22
+ uses : actions/setup-go@v5.0.2
23
23
with :
24
24
go-version : ${{ matrix.go-version }}
25
25
52
52
runs-on : ubuntu-latest
53
53
steps :
54
54
- name : Set up Go
55
- uses : actions/setup-go@v5
55
+ uses : actions/setup-go@v5.0.2
56
56
with :
57
57
go-version : 1.21.x
58
58
74
74
runs-on : ubuntu-latest
75
75
steps :
76
76
- name : Set up Go
77
- uses : actions/setup-go@v5
77
+ uses : actions/setup-go@v5.0.2
78
78
with :
79
79
go-version : 1.22.x
80
80
@@ -114,7 +114,7 @@ jobs:
114
114
runs-on : ubuntu-latest
115
115
steps :
116
116
- name : Set up Go
117
- uses : actions/setup-go@v5
117
+ uses : actions/setup-go@v5.0.2
118
118
with :
119
119
go-version : 1.22.x
120
120
@@ -145,7 +145,7 @@ jobs:
145
145
runs-on : ubuntu-latest
146
146
steps :
147
147
- name : Set up Go
148
- uses : actions/setup-go@v5
148
+ uses : actions/setup-go@v5.0.2
149
149
with :
150
150
go-version : 1.22.x
151
151
@@ -185,7 +185,7 @@ jobs:
185
185
runs-on : ubuntu-latest
186
186
steps :
187
187
- name : Set up Go
188
- uses : actions/setup-go@v5
188
+ uses : actions/setup-go@v5.0.2
189
189
with :
190
190
go-version : 1.22.x
191
191
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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
22
+ uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
23
23
with :
24
24
go-version : 1.22.x
25
25
-
You can’t perform that action at this time.
0 commit comments