File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
54+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
101+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
264+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
41+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
53+ - uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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 3434 go-version : " ${{ inputs.go-version }}"
3535 - name : Cache capslock
3636 id : capslock-cache
37- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
37+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3838 with :
3939 path : ~/go
4040 key : ${{ runner.os }}-${{ runner.arch }}-capslock-${{ inputs.capslock-version }}
Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Setup cache
2424 id : cache
25- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
25+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
16+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
25+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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