75
75
if : needs.find-changes-for-shell-output.outputs.markdown == 'true'
76
76
needs : find-changes-for-shell-output
77
77
steps :
78
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
78
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
79
79
80
80
- name : Validate Markdown file
81
81
run : |
92
92
image : rhysd/actionlint:1.7.2@sha256:89d3f90f82781dee3c8724651129634b08cf2241bbd67fcd02a1c5198119fc5e
93
93
options : --cpus 1 --user root
94
94
steps :
95
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
95
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
96
96
97
97
- name : Validate Github workflows
98
98
run : |
@@ -105,7 +105,7 @@ jobs:
105
105
needs : find-changes-for-shell-output
106
106
if : needs.find-changes-for-shell-output.outputs.yaml == 'true'
107
107
steps :
108
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
108
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
109
109
110
110
- name : yaml-lint
111
111
uses : ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
@@ -120,7 +120,7 @@ jobs:
120
120
if : needs.find-changes.outputs.json == 'true'
121
121
needs : find-changes
122
122
steps :
123
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
123
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
124
124
125
125
- name : Run JSON Lint
126
126
run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh)
@@ -134,7 +134,7 @@ jobs:
134
134
matrix :
135
135
file : ${{ fromJson(needs.find-changes.outputs.renovate-config_files) }}
136
136
steps :
137
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
137
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
138
138
139
139
- uses : suzuki-shunsuke/github-action-renovate-config-validator@36a15b83e37bf3221dc9c02ff5ffdaefb51ca1cf # v1.1.0
140
140
with :
@@ -144,7 +144,7 @@ jobs:
144
144
name : Check shell scripts
145
145
runs-on : ubuntu-latest
146
146
steps :
147
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
147
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
148
148
149
149
- name : ShellCheck
150
150
uses : ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
@@ -158,7 +158,7 @@ jobs:
158
158
matrix :
159
159
file : ${{ fromJson(needs.find-changes.outputs.dockerfile_files) }}
160
160
steps :
161
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
161
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
162
162
- name : Lint Dockerfile
163
163
uses : hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
164
164
with :
0 commit comments