Skip to content

Commit 0386fd1

Browse files
authored
chore: pin GitHub Actions to commit SHAs (#525)
* chore: pin GitHub Actions to commit SHAs * chore: pin GitHub Actions to commit SHAs
1 parent a51186d commit 0386fd1

2 files changed

Lines changed: 66 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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: "7.x"
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"
24+
target-branch: "8.x"
25+
groups:
26+
github-actions:
27+
patterns:
28+
- "*"
29+
- package-ecosystem: "github-actions"
30+
directory: "/"
31+
schedule:
32+
interval: "weekly"
33+
target-branch: "9.x"
34+
groups:
35+
github-actions:
36+
patterns:
37+
- "*"
38+
- package-ecosystem: "github-actions"
39+
directory: "/"
40+
schedule:
41+
interval: "weekly"
42+
target-branch: "10.x"
43+
groups:
44+
github-actions:
45+
patterns:
46+
- "*"
47+
- package-ecosystem: "github-actions"
48+
directory: "/"
49+
schedule:
50+
interval: "weekly"
51+
target-branch: "11.x"
52+
groups:
53+
github-actions:
54+
patterns:
55+
- "*"
56+
- package-ecosystem: "github-actions"
57+
directory: "/"
58+
schedule:
59+
interval: "weekly"
60+
target-branch: "12.x"
61+
groups:
62+
github-actions:
63+
patterns:
64+
- "*"

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
git config --global core.eol lf
2222
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
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
extensions: fileinfo

0 commit comments

Comments
 (0)