Skip to content

Commit cd4702b

Browse files
Merge pull request #105 from vimeo/fix/github-action-sha-pinning
fix: pin GitHub Actions to SHA for supply chain security
2 parents bf5f1da + de8f301 commit cd4702b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2424

2525
- name: Set up PHP
26-
uses: shivammathur/setup-php@v2
26+
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # v2
2727
with:
2828
php-version: ${{ matrix.php-versions }}
2929
tools: phpunit:${{ matrix.phpunit-versions }}

0 commit comments

Comments
 (0)