Skip to content

Commit 18e9e60

Browse files
authored
Merge pull request #1268 from PHPCSStandards/feature/ghactions-pin-action-runners
GH Actions: "pin" all action runners
2 parents c6b7dee + 18c9c0c commit 18e9e60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish-website.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
fi
4343
4444
- name: Checkout code
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646
with:
4747
ref: ${{ steps.base_branch.outputs.BRANCH }}
4848

4949
- name: Install PHP
50-
uses: shivammathur/setup-php@v2
50+
uses: shivammathur/setup-php@ec406be512d7077f68eed36e63f4d91bc006edc4 # 2.35.4
5151
with:
5252
php-version: '8.4'
5353
ini-values: error_reporting=-1, display_errors=On, display_startup_errors=On, log_errors_max_len=0
@@ -57,15 +57,15 @@ jobs:
5757
run: php build/generate_phars_list.php
5858

5959
- name: Check GitHub Pages status
60-
uses: crazy-max/ghaction-github-status@v4
60+
uses: crazy-max/ghaction-github-status@fa6ac37620bc5d44b93e15caed498629665e9ff5 # v4.2.0
6161
with:
6262
pages_threshold: major_outage
6363

6464
- name: Setup Pages
65-
uses: actions/configure-pages@v5
65+
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
6666

6767
- name: Upload artifact
68-
uses: actions/upload-pages-artifact@v4
68+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
6969
with:
7070
path: './src'
7171

@@ -84,4 +84,4 @@ jobs:
8484
steps:
8585
- name: Deploy to GitHub Pages
8686
id: deployment
87-
uses: actions/deploy-pages@v4
87+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 commit comments

Comments
 (0)