We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff27b8e commit f0c3e2dCopy full SHA for f0c3e2d
2 files changed
.github/workflows/renovate-config-check.yaml
@@ -12,7 +12,7 @@ jobs:
12
validate:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16
17
- name: Validate renovate.json
18
run: npx --yes --package renovate -- renovate-config-validator
.github/workflows/test-and-release.yaml
@@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-24.04
- - uses: actions/checkout@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19
20
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
21
with:
22
node-version: "22.x"
23
cache: "npm"
0 commit comments