File tree 10 files changed +23
-23
lines changed
10 files changed +23
-23
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
42
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
53
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
65
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
81
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
103
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
45
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
53
+ uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
64
+ uses : github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
78
+ uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
with :
27
27
fetch-depth : 0
28
28
ref : ${{ inputs.commit }}
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
- uses : gaurav-nelson/github-action-markdown-link-check@7d83e59a57f3c201c76eed3d33dff64ec4452d27
17
17
with :
18
18
use-quiet-mode : " yes"
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
- uses : gaurav-nelson/github-action-markdown-link-check@7d83e59a57f3c201c76eed3d33dff64ec4452d27
19
19
with :
20
20
use-quiet-mode : " yes"
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
52
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
111
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
94
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
51
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
68
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
90
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
91
91
with :
92
92
persist-credentials : false
93
93
ref : ${{ inputs.commit }}
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : " Checkout code"
36
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
37
with :
38
38
persist-credentials : false
39
39
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@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
71
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
72
72
with :
73
73
sarif_file : results.sarif
Original file line number Diff line number Diff line change 32
32
# codecov is currently being flakey on macOS
33
33
# https://github.com/codecov/codecov-action/issues/1416
34
34
if : ${{ runner.os != 'macOS' }}
35
- uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
35
+ uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
36
36
with :
37
37
token : ${{ inputs.codecov_token }}
38
38
fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments