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 8645242 commit 7460956Copy full SHA for 7460956
.github/workflows/build.yml
@@ -8,9 +8,11 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12
+ with:
13
+ persist-credentials: false
14
- name: Install Node.js
- uses: actions/setup-node@v4
15
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
16
with:
17
node-version: 20
18
cache: npm
0 commit comments