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 6dc0746 commit a9a234dCopy full SHA for a9a234d
.github/workflows/secretlint-only-on-changed-files.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: setup Node.js
16
uses: actions/setup-node@v4
17
with:
18
- node-version: 16
+ node-version: 22
19
- name: Install
20
run: npm install
21
- name: Lint with Secretlint
.github/workflows/secretlint.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Setup Node.js
13
14
0 commit comments