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 5151 - name : Restore github-action.json schema
5252 id : restore-schema
5353 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
5555 with :
5656 path : |
5757 github-action.json
9898 GH_TOKEN : ${{ github.token }}
9999
100100 - 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
102102 if : steps.restore-schema.conclusion == 'success' && steps.download-schema.outputs.schema-changed == 'true'
103103 with :
104104 path : |
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ jobs:
261261
262262 - name : Restore config from cache
263263 id : cache-config
264- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
264+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
265265 if : env.DEFAULT_ZIZMOR_CONFIG_DOWNLOADED
266266 with :
267267 path : ${{ runner.temp }}/zizmor.yml
Original file line number Diff line number Diff line change 3838 steps :
3939 # Get openapi-generator
4040 - id : openapi-generator-cache
41- uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
41+ uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
4242 with :
4343 key : openapi-generator-${{ inputs.generator-version }}
4444 path : openapi-generator-cli.jar
5050 GENERATOR_VERSION : ${{ inputs.generator-version }}
5151 run : |
5252 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
5454 if : steps.openapi-generator-cache.outputs.cache-hit != 'true'
5555 with :
5656 key : openapi-generator-${{ inputs.generator-version }}
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Setup cache
2424 id : cache
25- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
25+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2626 with :
2727 path : /usr/local/bin/argo
2828 key : ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
Original file line number Diff line number Diff line change 1313 steps :
1414 - name : Setup cache
1515 id : cache
16- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
16+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
1717 with :
1818 path : /usr/local/bin/conftest
1919 key : conftest-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Setup cache
2424 id : cache
25- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
25+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2626 with :
2727 path : /usr/local/bin/jrsonnet
2828 key : ${{ inputs.cache-prefix }}-${{ runner.os }}-${{ runner.arch }}-${{ inputs.version }}
You can’t perform that action at this time.
0 commit comments