Skip to content

Commit b1fb155

Browse files
authored
chore: pin GitHub Actions to commit SHAs (#52)
* chore: pin GitHub Actions to commit SHAs * chore: pin GitHub Actions to commit SHAs
1 parent 701c903 commit b1fb155

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
- "*"
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
target-branch: "3.x"
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"

.github/workflows/tests.yml

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

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

2020
- name: Setup Node ${{ matrix.node }}
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2222
with:
2323
node-version: ${{ matrix.node }}
2424

2525
- name: Setup PHP
26-
uses: shivammathur/setup-php@v2
26+
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2
2727
with:
2828
php-version: ${{ matrix.php }}
2929
tools: composer:v2

0 commit comments

Comments
 (0)