File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 51
51
- name : Restore github-action.json schema
52
52
id : restore-schema
53
53
if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
54
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
54
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
55
55
with :
56
56
path : |
57
57
github-action.json
98
98
GH_TOKEN : ${{ github.token }}
99
99
100
100
- name : Save github-action.json schema to cache
101
- uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
101
+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
102
102
if : steps.restore-schema.conclusion == 'success' && steps.download-schema.outputs.schema-changed == 'true'
103
103
with :
104
104
path : |
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ jobs:
261
261
262
262
- name : Restore config from cache
263
263
id : cache-config
264
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
264
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
265
265
if : env.DEFAULT_ZIZMOR_CONFIG_DOWNLOADED
266
266
with :
267
267
path : ${{ runner.temp }}/zizmor.yml
Original file line number Diff line number Diff line change 38
38
steps :
39
39
# Get openapi-generator
40
40
- id : openapi-generator-cache
41
- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41
+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
42
42
with :
43
43
key : openapi-generator-${{ inputs.generator-version }}
44
44
path : openapi-generator-cli.jar
50
50
GENERATOR_VERSION : ${{ inputs.generator-version }}
51
51
run : |
52
52
wget -nv "https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/${GENERATOR_VERSION}/openapi-generator-cli-${GENERATOR_VERSION}.jar" -O ./openapi-generator-cli.jar
53
- - uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53
+ - uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54
54
if : steps.openapi-generator-cache.outputs.cache-hit != 'true'
55
55
with :
56
56
key : openapi-generator-${{ inputs.generator-version }}
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Setup cache
24
24
id : cache
25
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
25
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26
26
with :
27
27
path : /usr/local/bin/argo
28
28
key : ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- name : Setup cache
15
15
id : cache
16
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
16
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
17
17
with :
18
18
path : /usr/local/bin/conftest
19
19
key : conftest-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
Original file line number Diff line number Diff line change 22
22
steps :
23
23
- name : Setup cache
24
24
id : cache
25
- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
25
+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
26
26
with :
27
27
path : /usr/local/bin/jrsonnet
28
28
key : ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments