Commit 171f2a2 2 people authored and committed
1 parent edb03e3 commit 171f2a2 Copy full SHA for 171f2a2
File tree 10 files changed +27
-27
lines changed
10 files changed +27
-27
lines changed Original file line number Diff line number Diff line change 39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Check out code
42
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
42
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
43
43
with :
44
44
persist-credentials : false
45
45
- run : scripts/report_uncleaned_snapshots.py
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : Check out code
53
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
53
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
54
54
with :
55
55
persist-credentials : false
56
56
- name : Run lint action
62
62
runs-on : ubuntu-latest
63
63
steps :
64
64
- name : Check out code
65
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
65
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
66
with :
67
67
persist-credentials : false
68
68
- name : Set up Go
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Check out code
81
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
81
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
82
82
with :
83
83
persist-credentials : false
84
84
- run : scripts/build_test_images.sh
@@ -100,7 +100,7 @@ jobs:
100
100
runs-on : ${{ matrix.os }}
101
101
steps :
102
102
- name : Check out code
103
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
103
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
104
104
with :
105
105
persist-credentials : false
106
106
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ jobs:
42
42
43
43
steps :
44
44
- name : Checkout repository
45
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
45
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
46
46
# Update go to the latest version to support minor go versions is go.mod file
47
47
- name : Install Go
48
48
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
49
49
with :
50
50
go-version-file : go.mod
51
51
# Initializes the CodeQL tools for scanning.
52
52
- name : Initialize CodeQL
53
- uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
53
+ uses : github/codeql-action/init@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
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.
61
61
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
62
62
# If this step fails, then you should remove it and run the build manually (see below)
63
63
- name : Autobuild
64
- uses : github/codeql-action/autobuild@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
64
+ uses : github/codeql-action/autobuild@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
65
65
66
66
# ℹ️ Command-line programs to run using the OS shell.
67
67
# 📚 https://git.io/JvXDl
75
75
# make release
76
76
77
77
- name : Perform CodeQL Analysis
78
- uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
78
+ uses : github/codeql-action/analyze@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
Original file line number Diff line number Diff line change 22
22
DOCKER_CLI_EXPERIMENTAL : " enabled"
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
25
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
26
with :
27
27
fetch-depth : 0
28
28
ref : ${{ inputs.commit }}
41
41
password : ${{ secrets.GITHUB_TOKEN }}
42
42
- name : Run GoReleaser
43
43
id : run-goreleaser
44
- uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
44
+ uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1 .0
45
45
with :
46
46
version : latest
47
47
args : release --rm-dist
Original file line number Diff line number Diff line change 12
12
contents : read # to fetch code (actions/checkout)
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
16
- - uses : gaurav-nelson/github-action-markdown-link-check@25b2c436c653f0d4500d3c2df86e5c14e71e44e1
15
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
+ - uses : gaurav-nelson/github-action-markdown-link-check@7d83e59a57f3c201c76eed3d33dff64ec4452d27
17
17
with :
18
18
use-quiet-mode : " yes"
19
19
base-branch : " main"
Original file line number Diff line number Diff line change 14
14
contents : read # to fetch code (actions/checkout)
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
- - uses : gaurav-nelson/github-action-markdown-link-check@25b2c436c653f0d4500d3c2df86e5c14e71e44e1
17
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
18
+ - uses : gaurav-nelson/github-action-markdown-link-check@7d83e59a57f3c201c76eed3d33dff64ec4452d27
19
19
with :
20
20
use-quiet-mode : " yes"
21
21
# Documentation available here: https://github.com/marketplace/actions/markdown-link-check
Original file line number Diff line number Diff line change 49
49
security-events : write # for uploading SARIF files
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
52
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
53
53
with :
54
54
fetch-depth : 0
55
55
# Do persist credentials, as we need it for the git checkout later
@@ -108,6 +108,6 @@ jobs:
108
108
# Upload the results to GitHub's code scanning dashboard.
109
109
- name : " Upload to code-scanning"
110
110
if : ${{ !cancelled() && inputs.upload-sarif == true }}
111
- uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
111
+ uses : github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
112
112
with :
113
113
sarif_file : ${{ inputs.results-file-name }}
Original file line number Diff line number Diff line change 54
54
security-events : write # for uploading SARIF files
55
55
runs-on : ubuntu-latest
56
56
steps :
57
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
57
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58
58
with :
59
59
persist-credentials : false
60
60
- name : " Download custom artifact if specified"
91
91
# Upload the results to GitHub's code scanning dashboard.
92
92
- name : " Upload to code-scanning"
93
93
if : " ${{ !cancelled() && inputs.upload-sarif == true }}"
94
- uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
94
+ uses : github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
95
95
with :
96
96
sarif_file : ${{ inputs.results-file-name }}
Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Check out code
39
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
39
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
40
with :
41
41
persist-credentials : false
42
42
- name : Run lint action
48
48
runs-on : ubuntu-latest
49
49
steps :
50
50
- name : Check out code
51
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
51
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
52
52
with :
53
53
persist-credentials : false
54
54
ref : ${{ inputs.commit }}
65
65
runs-on : ubuntu-latest
66
66
steps :
67
67
- name : Check out code
68
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
68
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
69
69
with :
70
70
persist-credentials : false
71
71
- run : scripts/build_test_images.sh
87
87
runs-on : ${{ matrix.os }}
88
88
steps :
89
89
- name : Check out code
90
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
90
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
91
91
with :
92
92
persist-credentials : false
93
93
ref : ${{ inputs.commit }}
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
34
34
steps :
35
35
- name : " Checkout code"
36
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
36
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37
37
with :
38
38
persist-credentials : false
39
39
40
40
- name : " Run analysis"
41
- uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
41
+ uses : ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
42
42
with :
43
43
results_file : results.sarif
44
44
results_format : sarif
68
68
69
69
# Upload the results to GitHub's code scanning dashboard.
70
70
- name : " Upload to code-scanning"
71
- uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
71
+ uses : github/codeql-action/upload-sarif@9fdb3e49720b44c48891d036bb502feb25684276 # v3.25.6
72
72
with :
73
73
sarif_file : results.sarif
Original file line number Diff line number Diff line change 29
29
TEST_ACCEPTANCE : true
30
30
run : ./scripts/run_tests.sh
31
31
- name : Upload coverage to Codecov
32
- uses : codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3 .1
32
+ uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4 .1
33
33
with :
34
34
token : ${{ inputs.codecov_token }}
35
35
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments