Skip to content

Commit 8eac9ab

Browse files
Update GitHub Actions - All - Major, minor and patch
1 parent d004d99 commit 8eac9ab

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ jobs:
528528
fi
529529
530530
- name: Upload test artifacts
531-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
531+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
532532
if: always()
533533
with:
534534
name: test-artifacts-${{ matrix.instance }}
@@ -537,7 +537,7 @@ jobs:
537537
if-no-files-found: error
538538

539539
- name: Upload exported codebase as an artifact
540-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
540+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
541541
if: ${{ matrix.instance == 0 && !startsWith(github.head_ref || github.ref_name, 'deps/') && contains(env.VORTEX_DEPLOY_TYPES, 'artifact') }}
542542
with:
543543
name: code-artifact

.github/workflows/draft-release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo "Version set to ${VERSION}"
4040
4141
- name: Draft release notes
42-
uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
42+
uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0
4343
with:
4444
tag: ${{ steps.calver.outputs.version }}
4545
name: ${{ steps.calver.outputs.version }}

.github/workflows/update-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

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

.github/workflows/vortex-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
working-directory: .vortex/installer
8282

8383
- name: Upload artifact
84-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
84+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
8585
with:
8686
name: vortex-installer
8787
path: .vortex/installer/build/installer.phar

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
TEST_VORTEX_DEBUG: ${{ vars.TEST_VORTEX_DEBUG }}
102102

103103
- name: Upload coverage report as an artifact
104-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
104+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
105105
with:
106106
name: ${{github.job}}-code-coverage-report
107107
path: /tmp/.vortex-coverage-html
@@ -198,7 +198,7 @@ jobs:
198198
TEST_VORTEX_DEBUG: ${{ vars.TEST_VORTEX_DEBUG }}
199199

200200
- name: Upload test artifacts
201-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
201+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
202202
if: always()
203203
with:
204204
name: ${{github.job}}-${{ matrix.batch }}-test-artifacts
@@ -207,7 +207,7 @@ jobs:
207207
if-no-files-found: ignore
208208

209209
- name: Upload coverage report as an artifact
210-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
210+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
211211
with:
212212
name: ${{github.job}}-${{ matrix.batch }}-code-coverage-report
213213
path: /tmp/.vortex-coverage-html

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
timeout-minutes: 1
100100

101101
- name: Upload coverage reports as an artifact
102-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
102+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
103103
with:
104104
name: ${{github.job}}-docs-coverage-report
105105
path: .vortex/docs/.logs

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
working-directory: .vortex/docs
7272

7373
- name: Upload coverage reports as an artifact
74-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
74+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
7575
with:
7676
name: ${{github.job}}-code-coverage-report-${{ matrix.php-versions }}
7777
path: .vortex/installer/.logs
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Upload installer artifact
102102
if: matrix.php-versions == '8.2'
103-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
103+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
104104
with:
105105
name: vortex-installer
106106
path: .vortex/installer/build/installer.phar

0 commit comments

Comments
 (0)