Skip to content

Commit ce417bc

Browse files
Update GitHub Actions - All - Major, minor and patch (#2461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a3d7d3 commit ce417bc

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
# Lookup cache based on the default branch and a timestamp. Allows
260260
# to use cache from the very first build on the day (sanitized database dump, for example).
261261
- name: Restore DB cache
262-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
262+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
263263
with:
264264
path: .data
265265
key: v26.2.0-db11-${{ hashFiles('db_cache_branch') }}-${{ hashFiles('db_cache_fallback') }}-${{ hashFiles('db_cache_timestamp') }}
@@ -299,7 +299,7 @@ jobs:
299299
# Note that the cache fallback flag is enabled for this case in order
300300
# to save cache even if the fallback is not used when restoring it.
301301
- name: Save DB cache
302-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
302+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
303303
if: env.db_hash != hashFiles('.data')
304304
with:
305305
path: .data
@@ -378,7 +378,7 @@ jobs:
378378
# Lookup cache based on the default branch and a timestamp. Allows
379379
# to use cache from the very first build on the day (sanitized database dump, for example).
380380
- name: Restore DB cache
381-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
381+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
382382
with:
383383
path: .data
384384
fail-on-cache-miss: true

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout
4646
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747

48-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
48+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4949
with:
5050
node-version: 22.17.1
5151

@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Run Renovate
5656
if: steps.check-requirements.outputs.should_run == 'true'
57-
uses: renovatebot/github-action@eb932558ad942cccfd8211cf535f17ff183a9f74 # v46.1.9
57+
uses: renovatebot/github-action@83ec54fee49ab67d9cd201084c1ff325b4b462e4 # v46.1.10
5858
with:
5959
configurationFile: renovate.json
6060
token: ${{ secrets.RENOVATE_TOKEN }}

.github/workflows/vortex-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Cache Composer dependencies
42-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
42+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4343
with:
4444
path: /tmp/composer-cache
4545
key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }}
@@ -112,7 +112,7 @@ jobs:
112112
echo "Release version: $version"
113113
114114
- name: Setup Node.js
115-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
115+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
116116
with:
117117
node-version: 22.17.1
118118

.github/workflows/vortex-test-common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "SSH_AUTH_SOCK=${SSH_AUTH_SOCK}" >> "$GITHUB_ENV"
6666
6767
- name: Setup Node.js
68-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
68+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6969
with:
7070
node-version: 22.17.1
7171

@@ -158,7 +158,7 @@ jobs:
158158
echo "SSH_AUTH_SOCK=${SSH_AUTH_SOCK}" >> "$GITHUB_ENV"
159159
160160
- name: Setup Node.js
161-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
161+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
162162
with:
163163
node-version: 22.17.1
164164

.github/workflows/vortex-test-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ref: ${{ github.event.workflow_run.head_sha }}
3535

3636
- name: Setup Node.js
37-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
37+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3838
with:
3939
node-version: 22.17.1
4040

.github/workflows/vortex-test-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ini-values: pcov.directory=.
3636

3737
- name: Setup Node.js
38-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
38+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3939
with:
4040
node-version: 22.17.1
4141

0 commit comments

Comments
 (0)