File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
go-version : [ '1.22.x' ]
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
11
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
12
12
with :
13
13
fetch-depth : 0
14
14
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@928ff8c822d966a999092a6a35e32177899afb7c # v2.24.6
32
+ uses : github/codeql-action/init@ffd3158cb9024ebd018dbf20756f28befbd168c7 # v2.24.10
33
33
with :
34
34
languages : go
35
35
36
36
- name : Perform CodeQL Analysis
37
- uses : github/codeql-action/analyze@928ff8c822d966a999092a6a35e32177899afb7c # v2.24.6
37
+ uses : github/codeql-action/analyze@ffd3158cb9024ebd018dbf20756f28befbd168c7 # v2.24.10
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Install checkout
12
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
12
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
13
13
14
14
- name : Install checkout
15
15
uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
Original file line number Diff line number Diff line change 64
64
go-version : ${{ matrix.goversion }}
65
65
66
66
- name : Checkout repo
67
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
67
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
68
68
69
69
# Main tests run for everything except when testing "extras"
70
70
# (where we run a reduced set of tests).
You can’t perform that action at this time.
0 commit comments