38
38
runs-on : ubuntu-latest
39
39
steps :
40
40
- name : Check out the repository
41
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
41
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
42
42
- name : Run codegen
43
43
run : make codegen
44
44
- name : Ignore go.sum changes
51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- name : Check out the repository
54
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
54
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
55
55
- name : Recreate Protobuf files
56
56
run : find pkg -name '*.pb.go' -delete -exec make {} \;
57
57
- name : Ignore go.sum changes
64
64
runs-on : ubuntu-latest
65
65
steps :
66
66
- name : Check out the repository
67
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
67
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
68
68
with :
69
69
fetch-depth : 0
70
70
- name : Run gitlint
75
75
runs-on : ubuntu-latest
76
76
steps :
77
77
- name : Check out the repository
78
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
78
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
79
79
- name : Run golangci-lint
80
80
run : make golangci-lint
81
81
84
84
runs-on : ubuntu-latest
85
85
steps :
86
86
- name : Check out the repository
87
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
87
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
88
88
89
89
- name : Check the licenses
90
90
run : make licensecheck
94
94
runs-on : ubuntu-latest
95
95
steps :
96
96
- name : Check out the repository
97
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
97
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
98
98
99
99
- name : Run markdown-link-check
100
100
uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec
@@ -108,7 +108,7 @@ jobs:
108
108
runs-on : ubuntu-latest
109
109
steps :
110
110
- name : Check out the repository
111
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
111
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
112
112
- name : Run markdownlint
113
113
run : make markdownlint
114
114
@@ -117,7 +117,7 @@ jobs:
117
117
runs-on : ubuntu-latest
118
118
steps :
119
119
- name : Check out the repository
120
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
120
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
121
121
- name : Run packagedoc-lint
122
122
run : make packagedoc-lint
123
123
@@ -126,7 +126,7 @@ jobs:
126
126
runs-on : ubuntu-latest
127
127
steps :
128
128
- name : Check out the repository
129
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
129
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
130
130
- name : Run shellcheck
131
131
run : make shellcheck
132
132
@@ -135,7 +135,7 @@ jobs:
135
135
runs-on : ubuntu-latest
136
136
steps :
137
137
- name : Check out the repository
138
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
138
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
139
139
- name : Run Anchore vulnerability scanner
140
140
uses : anchore/scan-action@3343887d815d7b07465f6fdcd395bd66508d486a
141
141
id : scan
@@ -148,7 +148,7 @@ jobs:
148
148
run : cat ${{ steps.scan.outputs.sarif }}
149
149
- name : Upload Anchore scan SARIF report
150
150
if : always()
151
- uses : github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f
151
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251
152
152
with :
153
153
sarif_file : ${{ steps.scan.outputs.sarif }}
154
154
@@ -157,6 +157,6 @@ jobs:
157
157
runs-on : ubuntu-latest
158
158
steps :
159
159
- name : Check out the repository
160
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
160
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
161
161
- name : Run yamllint
162
162
run : make yamllint
0 commit comments