We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d945b commit 54bef80Copy full SHA for 54bef80
1 file changed
.github/workflows/build-test.yml
@@ -44,6 +44,8 @@ jobs:
44
shell: bash
45
steps:
46
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47
+ with:
48
+ persist-credentials: false
49
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
50
with:
51
node-version: 22
0 commit comments