5151 if : needs.find-changes.outputs.json == 'true'
5252 needs : find-changes
5353 steps :
54- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
54+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5555
5656 - name : Run JSON Lint
5757 run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh)
6262 if : needs.find-changes.outputs.markdown == 'true'
6363 needs : find-changes
6464 steps :
65- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
65+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6666
6767 - name : Validate Markdown file
6868 run : |
@@ -75,15 +75,15 @@ jobs:
7575 if : needs.find-changes.outputs.renovate-config == 'true'
7676 needs : find-changes
7777 steps :
78- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
78+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7979
8080 - uses : suzuki-shunsuke/github-action-renovate-config-validator@b54483862375f51910a60c4f498e927d4f3df466 # v1.0.1
8181
8282 lint-shell :
8383 name : Check shell scripts
8484 runs-on : ubuntu-latest
8585 steps :
86- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
86+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8787
8888 - name : ShellCheck
8989 uses : ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
@@ -94,10 +94,10 @@ jobs:
9494 needs : find-changes
9595 if : needs.find-changes.outputs.workflow == 'true'
9696 container :
97- image : rhysd/actionlint:1.6.27 @sha256:d84eca815fc24f72546ec1f2f416d9500ad3349ce7db098cf7a52256f5fd4384
97+ image : rhysd/actionlint:1.7.1 @sha256:435ecdb63b1169e80ca3e136290072548c07fc4d76a044cf5541021712f8f344
9898 options : --cpus 1 --user root
9999 steps :
100- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
100+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
101101
102102 - name : Validate Github workflows
103103 run : |
@@ -110,7 +110,7 @@ jobs:
110110 needs : find-changes
111111 if : needs.find-changes.outputs.yaml == 'true'
112112 steps :
113- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
113+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
114114
115115 - name : yaml-lint
116116 uses : ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
@@ -127,7 +127,7 @@ jobs:
127127 matrix :
128128 file : ${{ fromJson(needs.find-changes.outputs.dockerfile_files) }}
129129 steps :
130- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
130+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
131131 - name : Lint Dockerfile
132132 uses : hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
133133 with :
0 commit comments