Skip to content

Commit 1e2949d

Browse files
authored
chore: pin GitHub Actions to commit SHAs (#64)
* chore: pin GitHub Actions to commit SHAs * chore: pin GitHub Actions to commit SHAs
1 parent 9db0f3c commit 1e2949d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/static.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717

1818
- name: Setup PHP
19-
uses: shivammathur/setup-php@v2
19+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
2020
with:
2121
php-version: 8.4
2222
tools: composer:v2

.github/workflows/tests.yml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919

2020
- name: Setup PHP
21-
uses: shivammathur/setup-php@v2
21+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
2222
with:
2323
php-version: ${{ matrix.php }}
2424
tools: composer:v2

0 commit comments

Comments
 (0)