We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685b206 commit d3db4c8Copy full SHA for d3db4c8
.github/workflows/renovate-config.yml
@@ -20,5 +20,5 @@ jobs:
20
runs-on: ubuntu-24.04
21
steps:
22
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23
- - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
+ - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
24
- run: npx --package renovate -c 'renovate-config-validator'
.github/workflows/website.yml
@@ -55,7 +55,7 @@ jobs:
55
globs: 'runatlantis.io/**/*.md'
56
57
- name: setup npm
58
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
+ uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4
59
with:
60
node-version: '20'
61
cache: 'npm'
0 commit comments