Skip to content

Commit 5e13e09

Browse files
Roll back SonarSource/gh-action_cache action to v1.2.2
1 parent 441afc9 commit 5e13e09

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

build-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ runs:
104104
with:
105105
host-actions-root: ${{ steps.set-path.outputs.host_actions_root }}
106106
- name: Cache local Poetry cache
107-
uses: SonarSource/gh-action_cache@v1
107+
uses: SonarSource/gh-action_cache@v1.2.2
108108
if: inputs.disable-caching == 'false'
109109
with:
110110
path: ${{ github.workspace }}/${{ inputs.poetry-cache-dir }}

build-yarn/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ runs:
107107
working_directory: ${{ inputs.working-directory }}
108108

109109
- name: Cache Yarn dependencies
110-
uses: SonarSource/gh-action_cache@v1
110+
uses: SonarSource/gh-action_cache@v1.2.2
111111
if: ${{ inputs.cache-yarn == 'true' }}
112112
with:
113113
path: |

cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
echo "::warning:: This action is deprecated and will be removed in future releases. " \
3737
"Please migrate to using the SonarSource/gh-action_cache action directly."
3838
39-
- uses: SonarSource/gh-action_cache@v1
39+
- uses: SonarSource/gh-action_cache@v1.2.2
4040
id: cache
4141
with:
4242
path: ${{ inputs.path }}

code-signing/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
echo "JSIGN_CACHE_PATH=/tmp/jsign-cache" >> "$GITHUB_ENV"
2323
2424
- name: Cache code signing tools
25-
uses: SonarSource/gh-action_cache@v1
25+
uses: SonarSource/gh-action_cache@v1.2.2
2626
id: tools-cache
2727
with:
2828
path: |

config-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ runs:
158158
rm -f gradle-md5-sums.txt
159159
160160
- name: Gradle Cache
161-
uses: SonarSource/gh-action_cache@v1
161+
uses: SonarSource/gh-action_cache@v1.2.2
162162
if: steps.config-gradle-completed.outputs.skip != 'true' && inputs.disable-caching == 'false'
163163
with:
164164
path: ${{ inputs.cache-paths }}

config-maven/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ runs:
169169
fi
170170
171171
- name: Cache local Maven repository
172-
uses: SonarSource/gh-action_cache@v1
172+
uses: SonarSource/gh-action_cache@v1.2.2
173173
if: steps.config-maven-completed.outputs.skip != 'true' && inputs.disable-caching == 'false'
174174
with:
175175
path: ${{ inputs.cache-paths }}

config-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ runs:
9898
echo "::endgroup::"
9999
100100
- name: Cache NPM dependencies
101-
uses: SonarSource/gh-action_cache@v1
101+
uses: SonarSource/gh-action_cache@v1.2.2
102102
if: ${{ inputs.cache-npm == 'true' }}
103103
with:
104104
path: ~/.npm

config-pip/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ runs:
9292
run: $ACTION_PATH_CONFIG_PIP/config.sh
9393

9494
- name: Cache pip dependencies
95-
uses: SonarSource/gh-action_cache@v1
95+
uses: SonarSource/gh-action_cache@v1.2.2
9696
if: inputs.disable-caching == 'false'
9797
with:
9898
path: ${{ inputs.cache-paths }}

0 commit comments

Comments
 (0)