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 e3e96ac commit 4623107Copy full SHA for 4623107
.github/workflows/ci-lint.yml
@@ -19,8 +19,6 @@ jobs:
19
zizmor:
20
name: Run zizmor
21
runs-on: ubuntu-latest
22
- permissions:
23
- security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
24
steps:
25
- name: Checkout repository
26
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
@@ -29,3 +27,5 @@ jobs:
29
27
30
28
- name: Run zizmor
31
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d
+ with:
+ advanced-security: false
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
permissions:
70
actions: write
71
72
- - uses: liskin/gh-workflow-keepalive@v1
+ - uses: liskin/gh-workflow-keepalive@7a9194bad497f0b993708eeaf10fc0a2d726eb71
73
74
release:
75
0 commit comments