Skip to content

Commit d7778dd

Browse files
committed
fix: workflow named pins
1 parent 6c67040 commit d7778dd

6 files changed

Lines changed: 6 additions & 11 deletions

File tree

.github/workflows/api-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
persist-credentials: false
6464

6565
- name: Setup PHP
66-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
66+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
6767
with:
6868
php-version: ${{ matrix.php-versions }}
6969
extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip

.github/workflows/api-php-static-code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
persist-credentials: false
3232
- name: Set up php
33-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
33+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3434
with:
3535
php-version: ${{ matrix.php-versions }}
3636
extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip

.github/workflows/api-php-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131

3232
- name: Setup PHP
33-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
33+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3434
with:
3535
php-version: ${{ matrix.php-versions }}
3636
extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
persist-credentials: false
2929

3030
- name: Setup PHP
31-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
31+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3232
with:
3333
php-version: ${{ matrix.php-versions }}
3434
extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip

.github/workflows/documentation.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Deploy docs
24-
uses: mhausenblas/mkdocs-deploy-gh-pages@d77dd03172e96abbcdb081d8c948224762033653 # v1.26
25-
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
24+
uses: mhausenblas/mkdocs-deploy-gh-pages@d77dd03172e96abbcdb081d8c948224762033653 # master
2625
env:
2726
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
#CUSTOM_DOMAIN: optionaldomain.com
29-
#CONFIG_FILE: folder/mkdocs.yml
30-
#EXTRA_PACKAGES: build-base
31-
# GITHUB_DOMAIN: github.myenterprise.com

.github/workflows/updater-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
persist-credentials: false
3333

3434
- name: Setup PHP
35-
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.37.0
35+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
3636
with:
3737
php-version: ${{ matrix.php-versions }}
3838
extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip

0 commit comments

Comments
 (0)