diff --git a/.github/workflows/actions/setup-php/action.yml b/.github/workflows/actions/setup-php/action.yml index 49f2aed..6e5b0ad 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,iconv,dom,curl,mbstring,tokenizer,xml,xmlwriter,simplexml,ctype diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index e07eb07..b415c1c 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@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35.0 permissions: contents: read issues: write diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 9fb87e7..ea08cc1 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -63,14 +63,14 @@ jobs: artifact-ids: ${{ needs.docs-generate-phpdoc.outputs.artifact-id }} path: ${{ needs.docs-generate-phpdoc.outputs.artifact-path }} - - uses: hoverkraft-tech/ci-github-publish/actions/deploy/jekyll@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23.0 + - uses: hoverkraft-tech/ci-github-publish/actions/deploy/jekyll@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2 id: build with: site-path: ${{ needs.docs-generate-phpdoc.outputs.artifact-path }} pages: | ./docs/*.md - - uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@48e0c54489152b98d9e18f0454ccce120e9d0fd1 # 0.23.0 + - uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2 id: deployment with: build-path: ${{ steps.build.outputs.build-path }} diff --git a/.github/workflows/need-fix-to-issue.yml b/.github/workflows/need-fix-to-issue.yml index 9980cb9..1fec298 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.0 permissions: contents: read issues: write diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 97d55a3..f44f6b8 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@2c8e24b416226074aea1e240468f043edefc5760 # 0.23.2 permissions: contents: read id-token: write diff --git a/.github/workflows/semantic-pull-request.yml b/.github/workflows/semantic-pull-request.yml index f2dc3a9..3517607 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@4c9d51717dc04d823dac2dc9ac2857e7b3069454 # 0.35.0 permissions: contents: write pull-requests: write diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f6d6853..929cbd2 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.0 permissions: issues: write pull-requests: write