File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 50
50
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
53
+ uses : github/codeql-action/init@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
54
54
with :
55
55
languages : ${{ matrix.language }}
56
56
# If you wish to specify custom queries, you can do so here or in a config file.
60
60
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
61
61
# If this step fails, then you should remove it and run the build manually (see below)
62
62
- name : Autobuild
63
- uses : github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
63
+ uses : github/codeql-action/autobuild@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
64
64
65
65
# ℹ️ Command-line programs to run using the OS shell.
66
66
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
73
73
# ./location_of_script_within_repo/buildscript.sh
74
74
75
75
- name : Perform CodeQL Analysis
76
- uses : github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
76
+ uses : github/codeql-action/analyze@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
77
77
with :
78
78
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 19
19
egress-policy : audit
20
20
21
21
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
22
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
23
23
with :
24
24
go-version : ' 1.22'
25
25
- run : " PATH=/usr/local/go/bin:$PATH make test-cover"
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
24
24
with :
25
25
egress-policy : audit
26
26
- name : Set up Go 1.x
27
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
27
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
28
28
with :
29
29
go-version : ' 1.22'
30
30
id : go
31
31
- name : Check out code into the Go module directory
32
32
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # tag=v4.2.2
33
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # tag=v4.2.3
34
34
name : Restore go cache
35
35
with :
36
36
path : |
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
25
25
run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
26
26
27
27
- name : Set up Go
28
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
28
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
29
29
with :
30
30
go-version : ${{ steps.vars.outputs.go_version }}
31
31
32
32
- name : golangci-lint
33
- uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # tag=v6.5.1
33
+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # tag=v6.5.2
34
34
with :
35
35
# update the version when updating golangci-lint
36
36
version : v1.60.2
Original file line number Diff line number Diff line change 29
29
fetch-depth : 0
30
30
- name : Get changed files
31
31
id : changed-markdown-files
32
- uses : tj-actions/changed-files@531f5f7d163941f0c1c04e0ff4d8bb243ac4366f # tag=v45.0.7
32
+ uses : tj-actions/changed-files@27ae6b33eaed7bf87272fdeb9f1c54f9facc9d99 # tag=v45.0.7
33
33
with :
34
34
files : CHANGELOG/**.md
35
35
- name : Get release version
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Calculate go version
108
108
run : echo "go_version=$(make go-version)" >> $GITHUB_ENV
109
109
- name : Set up Go
110
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # tag=v5.3 .0
110
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # tag=v5.4 .0
111
111
with :
112
112
go-version : ${{ env.go_version }}
113
113
- name : generate release artifacts
Original file line number Diff line number Diff line change 20
20
- name : Check out code
21
21
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
22
22
- name : Setup go
23
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
23
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
24
24
with :
25
25
go-version : 1.22
26
26
- name : Run verify container script
Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ jobs:
63
63
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
64
64
# format to the repository Actions tab.
65
65
- name : " Upload artifact"
66
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
66
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
67
67
with :
68
68
name : SARIF file
69
69
path : results.sarif
70
70
retention-days : 5
71
71
72
72
# Upload the results to GitHub's code scanning dashboard.
73
73
- name : " Upload to code-scanning"
74
- uses : github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
74
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
75
75
with :
76
76
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments