diff --git a/.github/workflows/build-test-deploy.yml b/.github/workflows/build-test-deploy.yml index 51b9c29fe..11f40e33a 100644 --- a/.github/workflows/build-test-deploy.yml +++ b/.github/workflows/build-test-deploy.yml @@ -528,7 +528,7 @@ jobs: fi - name: Upload test artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: always() with: name: test-artifacts-${{ matrix.instance }} @@ -537,7 +537,7 @@ jobs: if-no-files-found: error - name: Upload exported codebase as an artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: ${{ matrix.instance == 0 && !startsWith(github.head_ref || github.ref_name, 'deps/') && contains(env.VORTEX_DEPLOY_TYPES, 'artifact') }} with: name: code-artifact diff --git a/.github/workflows/draft-release-notes.yml b/.github/workflows/draft-release-notes.yml index bf98824a9..a98082471 100644 --- a/.github/workflows/draft-release-notes.yml +++ b/.github/workflows/draft-release-notes.yml @@ -39,7 +39,7 @@ jobs: echo "Version set to ${VERSION}" - name: Draft release notes - uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 + uses: release-drafter/release-drafter@5de93583980a40bd78603b6dfdcda5b4df377b32 # v7.2.0 with: tag: ${{ steps.calver.outputs.version }} name: ${{ steps.calver.outputs.version }} diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 8e7458274..ffa029e78 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -54,7 +54,7 @@ jobs: - name: Run Renovate if: steps.check-requirements.outputs.should_run == 'true' - uses: renovatebot/github-action@b67590ea780158ccd13192c22a3655a5231f869d # v46.1.8 + uses: renovatebot/github-action@eb932558ad942cccfd8211cf535f17ff183a9f74 # v46.1.9 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }} diff --git a/.github/workflows/vortex-release.yml b/.github/workflows/vortex-release.yml index 9623e2d86..31c5df24d 100644 --- a/.github/workflows/vortex-release.yml +++ b/.github/workflows/vortex-release.yml @@ -81,7 +81,7 @@ jobs: working-directory: .vortex/installer - name: Upload artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: vortex-installer path: .vortex/installer/build/installer.phar diff --git a/.github/workflows/vortex-test-common.yml b/.github/workflows/vortex-test-common.yml index 253487d67..832dc35d2 100644 --- a/.github/workflows/vortex-test-common.yml +++ b/.github/workflows/vortex-test-common.yml @@ -101,7 +101,7 @@ jobs: TEST_VORTEX_DEBUG: ${{ vars.TEST_VORTEX_DEBUG }} - name: Upload coverage report as an artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{github.job}}-code-coverage-report path: /tmp/.vortex-coverage-html @@ -198,7 +198,7 @@ jobs: TEST_VORTEX_DEBUG: ${{ vars.TEST_VORTEX_DEBUG }} - name: Upload test artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: always() with: name: ${{github.job}}-${{ matrix.batch }}-test-artifacts @@ -207,7 +207,7 @@ jobs: if-no-files-found: ignore - name: Upload coverage report as an artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{github.job}}-${{ matrix.batch }}-code-coverage-report path: /tmp/.vortex-coverage-html diff --git a/.github/workflows/vortex-test-docs.yml b/.github/workflows/vortex-test-docs.yml index bb6ba607b..d3dad1d5f 100644 --- a/.github/workflows/vortex-test-docs.yml +++ b/.github/workflows/vortex-test-docs.yml @@ -99,7 +99,7 @@ jobs: timeout-minutes: 1 - name: Upload coverage reports as an artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{github.job}}-docs-coverage-report path: .vortex/docs/.logs diff --git a/.github/workflows/vortex-test-installer.yml b/.github/workflows/vortex-test-installer.yml index b0ffd39d6..ffa73273d 100644 --- a/.github/workflows/vortex-test-installer.yml +++ b/.github/workflows/vortex-test-installer.yml @@ -71,7 +71,7 @@ jobs: working-directory: .vortex/docs - name: Upload coverage reports as an artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: ${{github.job}}-code-coverage-report-${{ matrix.php-versions }} path: .vortex/installer/.logs @@ -100,7 +100,7 @@ jobs: - name: Upload installer artifact if: matrix.php-versions == '8.2' - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: vortex-installer path: .vortex/installer/build/installer.phar