Skip to content

Commit 4623107

Browse files
File sync from hanakai-rb/repo-sync
Updated files: - .github/workflows/ci.yml - .github/workflows/ci-lint.yml
1 parent e3e96ac commit 4623107

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ jobs:
1919
zizmor:
2020
name: Run zizmor
2121
runs-on: ubuntu-latest
22-
permissions:
23-
security-events: write # Required for upload-sarif (used by zizmor-action) to upload SARIF files.
2422
steps:
2523
- name: Checkout repository
2624
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
@@ -29,3 +27,5 @@ jobs:
2927

3028
- name: Run zizmor
3129
uses: zizmorcore/zizmor-action@0dce2577a4760a2749d8cfb7a84b7d5585ebcb7d
30+
with:
31+
advanced-security: false

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
permissions:
7070
actions: write
7171
steps:
72-
- uses: liskin/gh-workflow-keepalive@v1
72+
- uses: liskin/gh-workflow-keepalive@7a9194bad497f0b993708eeaf10fc0a2d726eb71
7373

7474
release:
7575
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)