We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03077a commit a01b79dCopy full SHA for a01b79d
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@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
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
19
20
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
21
with:
22
node-version: "24.x"
23
cache: "npm"
0 commit comments