We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cd997 commit 3ed371eCopy full SHA for 3ed371e
2 files changed
.github/workflows/lint.yml
@@ -14,6 +14,8 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1
17
+ with:
18
+ persist-credentials: false
19
- name: Setup Node.js
20
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # tag: v4.0.1
21
with:
.github/workflows/test.yml
0 commit comments