Skip to content

Commit ffa8a05

Browse files
authored
chore: pin GitHub Actions to commit SHAs (#212)
* chore: pin GitHub Actions to commit SHAs * chore: pin GitHub Actions to commit SHAs
1 parent 4b4ac09 commit ffa8a05

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: "5.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
@@ -16,15 +16,15 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

2121
- name: Setup Node ${{ matrix.node }}
22-
uses: actions/setup-node@v6
22+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
2424
node-version: ${{ matrix.node }}
2525

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

0 commit comments

Comments
 (0)