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.
2 parents c404425 + 5ad4f94 commit 0764429Copy full SHA for 0764429
2 files changed
.github/workflows/coding-standards.yml
@@ -19,8 +19,6 @@ jobs:
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
- with:
23
- persist-credentials: false
24
25
- name: Install pnpm
26
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
with:
version: 11.1.1
27
28
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
29
30
node-version: "20"
31
registry-url: "https://registry.npmjs.org"
0 commit comments