Skip to content

Commit ede86f4

Browse files
authored
chore: pin GitHub Actions to commit SHAs (#5)
* chore: pin GitHub Actions to commit SHAs * chore: pin GitHub Actions to commit SHAs * chore: pin GitHub Actions to commit SHAs
1 parent 6f72952 commit ede86f4

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1414

1515
- name: Setup PHP
16-
uses: shivammathur/setup-php@v2
16+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
1717
with:
1818
php-version: 7.4
1919
tools: composer:v2
@@ -35,10 +35,10 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
3939

4040
- name: Setup PHP
41-
uses: shivammathur/setup-php@v2
41+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
4242
with:
4343
php-version: 7.4
4444
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@v2
18+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
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)