Skip to content

Commit f58c0df

Browse files
Update SonarSource/gh-action_cache action to v1.4.4
1 parent 52b478e commit f58c0df

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
@@ -111,7 +111,7 @@ runs:
111111
with:
112112
host-actions-root: ${{ steps.set-path.outputs.host_actions_root }}
113113
- name: Cache local Poetry cache
114-
uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3
114+
uses: SonarSource/gh-action_cache@55df12d329333911afa3e89a9b558fbf47dcd61c # v1.4.4
115115
if: inputs.disable-caching == 'false'
116116
with:
117117
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
@@ -122,7 +122,7 @@ runs:
122122
working_directory: ${{ inputs.working-directory }}
123123

124124
- name: Cache Yarn dependencies
125-
uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3
125+
uses: SonarSource/gh-action_cache@55df12d329333911afa3e89a9b558fbf47dcd61c # v1.4.4
126126
if: ${{ inputs.cache-yarn == 'true' && inputs.disable-caching != 'true' }}
127127
with:
128128
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." >&2
3838
39-
- uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3
39+
- uses: SonarSource/gh-action_cache@55df12d329333911afa3e89a9b558fbf47dcd61c # v1.4.4
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
@@ -24,7 +24,7 @@ runs:
2424
echo "JSIGN_CACHE_PATH=/tmp/jsign-cache" >> "$GITHUB_ENV"
2525
2626
- name: Cache code signing tools
27-
uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3
27+
uses: SonarSource/gh-action_cache@55df12d329333911afa3e89a9b558fbf47dcd61c # v1.4.4
2828
id: tools-cache
2929
with:
3030
path: |

config-gradle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ runs:
169169
run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT"
170170

171171
- name: Gradle Cache
172-
uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3
172+
uses: SonarSource/gh-action_cache@55df12d329333911afa3e89a9b558fbf47dcd61c # v1.4.4
173173
if: steps.config-gradle-completed.outputs.skip != 'true' && inputs.disable-caching == 'false'
174174
with:
175175
path: ${{ inputs.cache-paths }}

config-maven/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ runs:
180180
run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT"
181181

182182
- name: Cache local Maven repository
183-
uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3
183+
uses: SonarSource/gh-action_cache@55df12d329333911afa3e89a9b558fbf47dcd61c # v1.4.4
184184
if: steps.config-maven-completed.outputs.skip != 'true' && inputs.disable-caching == 'false'
185185
with:
186186
path: ${{ inputs.cache-paths }}

config-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ runs:
125125
run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT"
126126

127127
- name: Cache NPM dependencies
128-
uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3
128+
uses: SonarSource/gh-action_cache@55df12d329333911afa3e89a9b558fbf47dcd61c # v1.4.4
129129
if: steps.config-npm-completed.outputs.skip != 'true' && inputs.disable-caching != 'true' && inputs.cache-npm == 'true'
130130
with:
131131
path: ~/.npm

config-pip/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ runs:
100100
run: echo "workflow_name=${WORKFLOW_NAME// /-}" >> "$GITHUB_OUTPUT"
101101

102102
- name: Cache pip dependencies
103-
uses: SonarSource/gh-action_cache@86a3c0470d2329a670db75ea8f024f6c0572e466 # v1.4.3
103+
uses: SonarSource/gh-action_cache@55df12d329333911afa3e89a9b558fbf47dcd61c # v1.4.4
104104
if: inputs.disable-caching == 'false'
105105
with:
106106
path: ${{ inputs.cache-paths }}

0 commit comments

Comments
 (0)