Skip to content

Commit 46fe3a8

Browse files
authored
Merge pull request #18 from PHPCSStandards/feature/ghactions-pin-action-runners
GH Actions: "pin" all action runners
2 parents dbcd56c + c9760a6 commit 46fe3a8

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.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
- "Type: 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/label-merge-conflicts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check PRs for merge conflicts
25-
uses: eps1lon/actions-label-merge-conflict@v3
25+
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
2626
with:
2727
dirtyLabel: "Status: has merge conflict"
2828
repoToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3838

3939
- name: Validate XSD file [1]
4040
uses: ./
@@ -237,7 +237,7 @@ jobs:
237237

238238
steps:
239239
- name: Checkout
240-
uses: actions/checkout@v5
240+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
241241

242242
- name: Run the test
243243
id: xmllint-validate

0 commit comments

Comments
 (0)