Skip to content

Commit dce087b

Browse files
authored
chore: pin third-party GitHub Actions to SHAs + enable Dependabot (#1816)
2 parents 5a779d7 + 48b7033 commit dce087b

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,25 @@ updates:
1010
reviewers:
1111
- "Automattic/apps-infra-tooling"
1212
open-pull-requests-limit: 5
13+
14+
- package-ecosystem: "github-actions"
15+
directory: "/"
16+
schedule:
17+
interval: "weekly"
18+
day: "monday"
19+
open-pull-requests-limit: 10
20+
groups:
21+
actions-minor-patch:
22+
patterns:
23+
- "*"
24+
update-types:
25+
- "minor"
26+
- "patch"
27+
actions-major:
28+
patterns:
29+
- "*"
30+
update-types:
31+
- "major"
32+
cooldown:
33+
default-days: 7
34+
semver-major-days: 14

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: gradle/actions/wrapper-validation@v4
10+
- uses: gradle/actions/wrapper-validation@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3

.github/workflows/submit-gradle-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
distribution: 'temurin'
1717
java-version: '17'
1818
- name: Setup Gradle to generate and submit dependency graphs
19-
uses: gradle/actions/dependency-submission@v4
19+
uses: gradle/actions/dependency-submission@ed408507eac070d1f99cc633dbcf757c94c7933a # v4.4.3

0 commit comments

Comments
 (0)