Skip to content

Commit ac36c69

Browse files
authored
Merge pull request #33 from PHPCompatibility/feature/ghactions-pin-action-runners
GH Actions: "pin" all action runners
2 parents 2170b57 + 4dee5a7 commit ac36c69

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ updates:
1414
prefix: "GH Actions:"
1515
labels:
1616
- "chores/QA"
17+
cooldown:
18+
semver-major-days: 10
19+
groups:
20+
action-runners:
21+
applies-to: version-updates
22+
update-types:
23+
- "minor"
24+
- "patch"

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626

2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030

3131
- name: Install PHP
32-
uses: shivammathur/setup-php@v2
32+
uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
3333
with:
3434
php-version: ${{ matrix.php }}
3535
coverage: none

0 commit comments

Comments
 (0)