Skip to content

Commit 3fa2077

Browse files
authored
Merge pull request #27 from woocommerce/dev/pin-actions-to-full-commit-sha
2 parents 50024db + efdeae3 commit 3fa2077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
1515
- name: Setup PHP with composer v2
16-
uses: shivammathur/setup-php@v2
16+
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e # v2.34.1
1717
with:
1818
php-version: '7.4'
1919
tools: composer:v2
@@ -33,7 +33,7 @@ jobs:
3333
./deploy.sh --build-only -s ${{ github.event.inputs.version }}
3434
- name: Deploy to GitHub Pages
3535
if: success()
36-
uses: crazy-max/ghaction-github-pages@v2
36+
uses: crazy-max/ghaction-github-pages@59173cb633d9a3514f5f4552a6a3e62c6710355c # v2
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:

0 commit comments

Comments
 (0)