Skip to content

Commit 91c49bf

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

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
37+
with:
38+
persist-credentials: false
3739
- name: Install package dependencies
3840
run: "[ -e $APT_DEPS ] || sudo apt-get install -y --no-install-recommends $APT_DEPS"
3941
- name: Set up Ruby
@@ -69,7 +71,7 @@ jobs:
6971
permissions:
7072
actions: write
7173
steps:
72-
- uses: liskin/gh-workflow-keepalive@v1
74+
- uses: liskin/gh-workflow-keepalive@7a9194bad497f0b993708eeaf10fc0a2d726eb71
7375

7476
release:
7577
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)