File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
32
- uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
32
+ uses : github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
33
33
with :
34
34
languages : ${{ matrix.language }}
35
35
# xref: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
40
40
run : go build ./...
41
41
42
42
- name : Perform CodeQL Analysis
43
- uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
43
+ uses : github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
44
44
with :
45
45
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 15
15
runs-on : ${{ matrix.platform }}
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
+
19
20
- name : Install Go
20
- uses : actions/setup-go@v5
21
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
21
22
with :
22
23
go-version : ${{ matrix.go-version }}
23
24
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
20
- name : Install Go
21
- uses : actions/setup-go@v5
21
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
22
22
with :
23
23
go-version : ${{ matrix.go-version }}
24
24
You can’t perform that action at this time.
0 commit comments