diff --git a/.github/workflows/__build-website.yml b/.github/workflows/__build-website.yml index 45ee609d..182fec72 100644 --- a/.github/workflows/__build-website.yml +++ b/.github/workflows/__build-website.yml @@ -100,7 +100,7 @@ jobs: artifact-ids: ${{ needs.generate-documentation.outputs.artifact-id }} path: ${{ needs.generate-documentation.outputs.artifact-path }} - - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@9d465a03741b287db18b242e0ec46990888cc6a3 # 0.23.0 + - uses: hoverkraft-tech/ci-github-nodejs/actions/setup-node@6b74a8f070140f5c120f78026d58e4c00d1b1e37 # 0.24.2 id: setup-node with: working-directory: website @@ -117,7 +117,7 @@ jobs: run: ${{ steps.setup-node.outputs.run-script-command }} build working-directory: website - - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2 + - uses: hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 if: inputs.publish with: github-token: ${{ github.token }} diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 9c58c7f1..242b00e7 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -75,7 +75,7 @@ jobs: - name: 📊 Upload coverage results to Codecov if: matrix.stable - uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 with: files: ./build/logs/clover.xml diff --git a/.github/workflows/actions/setup-php/action.yml b/.github/workflows/actions/setup-php/action.yml index 78fee588..40fa7399 100644 --- a/.github/workflows/actions/setup-php/action.yml +++ b/.github/workflows/actions/setup-php/action.yml @@ -10,7 +10,7 @@ runs: using: "composite" steps: - name: ⚙️ Setup PHP, with composer and extensions - uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0 + uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1 with: php-version: ${{ inputs.php-version }} extensions: none, curl, json, dom, tokenizer, xml, xmlwriter, simplexml, iconv, mbstring, intl, sodium diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index e07eb074..ef05e022 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -10,7 +10,7 @@ permissions: {} jobs: greetings: - uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 permissions: contents: read issues: write diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 4bf277bf..3ec1af4a 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -37,7 +37,7 @@ jobs: url: ${{ steps.deployment.outputs.url }} steps: - id: deployment - uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23.0 + uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0 with: build-path: ${{ needs.ci.outputs.website-artifact-path }} build-artifact-id: ${{ needs.ci.outputs.website-artifact-id }} diff --git a/.github/workflows/need-fix-to-issue.yml b/.github/workflows/need-fix-to-issue.yml index 9980cb9d..3bb378ae 100644 --- a/.github/workflows/need-fix-to-issue.yml +++ b/.github/workflows/need-fix-to-issue.yml @@ -17,7 +17,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.34.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.35.4 permissions: contents: read issues: write diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 97d55a3a..2cbdac8b 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -15,7 +15,7 @@ permissions: {} jobs: release: - uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/prepare-release.yml@b27c38015a8265780329d229c841d057a18b8fae # 0.25.0 permissions: contents: read id-token: write diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index f2dc3a96..88e00b57 100644 --- a/.github/workflows/semantic-pull-request.yml +++ b/.github/workflows/semantic-pull-request.yml @@ -11,7 +11,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@71b85947453f32b5d147ff3ab37351439a92d840 # 0.34.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@b553a696531fbd36743ccbb0c76c717971b8acdb # 0.35.4 permissions: contents: write pull-requests: write diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f6d6853a..b1f53b64 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ permissions: {} jobs: main: - uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.34.2 + uses: hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.35.4 permissions: issues: write pull-requests: write