@@ -35,10 +35,10 @@ jobs:
35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
38
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
39
39
40
40
- name : install go
41
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
41
+ uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
42
42
with :
43
43
# use version from go.mod file
44
44
go-version-file : ' go.mod'
47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
50
- uses : github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3
50
+ uses : github/codeql-action/init@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
51
51
with :
52
52
languages : ${{ matrix.language }}
53
53
# 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@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3
61
+ uses : github/codeql-action/autobuild@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
62
62
63
63
# ℹ️ Command-line programs to run using the OS shell.
64
64
# 📚 https://git.io/JvXDl
72
72
# make release
73
73
74
74
- name : Perform CodeQL Analysis
75
- uses : github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3
75
+ uses : github/codeql-action/analyze@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
0 commit comments