@@ -40,19 +40,19 @@ jobs:
40
40
41
41
steps :
42
42
- name : Checkout repository
43
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
43
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44
44
45
45
# TODO(#740): Workaround for go1.21 compatibility. Remove when GHA runners have Go 1.21+.
46
46
- name : setup-go
47
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
47
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
48
48
with :
49
49
go-version-file : " go.mod"
50
50
# not needed but gets rid of warnings
51
51
cache : false
52
52
53
53
# Initializes the CodeQL tools for scanning.
54
54
- name : Initialize CodeQL
55
- uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
55
+ uses : github/codeql-action/init@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
56
56
with :
57
57
languages : ${{ matrix.language }}
58
58
# If you wish to specify custom queries, you can do so here or in a config file.
63
63
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
64
64
# If this step fails, then you should remove it and run the build manually (see below)
65
65
- name : Autobuild
66
- uses : github/codeql-action/autobuild@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
66
+ uses : github/codeql-action/autobuild@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
67
67
# Command-line programs to run using the OS shell.
68
68
# 📚 https://git.io/JvXDl
69
69
76
76
# make release
77
77
78
78
- name : Perform CodeQL Analysis
79
- uses : github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
79
+ uses : github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
0 commit comments