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.
1 parent 15ca3a9 commit 2c81b05Copy full SHA for 2c81b05
.github/workflows/release.yaml
@@ -24,11 +24,11 @@ jobs:
24
app-id: 1248576
25
private-key: ${{ secrets.APP_RENOVATE_HELPER_PRIVATE_KEY }}
26
- name: Checkout
27
- uses: actions/checkout@v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
with:
29
fetch-depth: 0
30
- name: Setup Node.js
31
- uses: actions/setup-node@v4
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
32
33
node-version: '22'
34
- name: Install dependencies
0 commit comments