We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2170b57 + 4dee5a7 commit ac36c69Copy full SHA for ac36c69
.github/dependabot.yml
@@ -14,3 +14,11 @@ updates:
14
prefix: "GH Actions:"
15
labels:
16
- "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
@@ -26,10 +26,10 @@ jobs:
26
27
steps:
28
- name: Checkout code
29
- uses: actions/checkout@v5
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
31
- name: Install PHP
32
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # 2.35.5
33
with:
34
php-version: ${{ matrix.php }}
35
coverage: none
0 commit comments