Skip to content

Commit

Permalink
Oh hello there zizmor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Nov 6, 2024
1 parent 40134e0 commit 3be7eaf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/abbreviations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
contents: write

steps:
- name: Checkout source
uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Download VSCode abbreviations
run: |
gh api -H 'Accept: application/vnd.github.raw' '/repos/leanprover/vscode-lean4/contents/lean4-unicode-input/src/abbreviations.json' >vscode-lean/abbreviations.json
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Install Neovim
uses: rhysd/action-setup-vim@v1
with:
Expand All @@ -46,6 +48,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Upload to LuaRocks
uses: nvim-neorocks/luarocks-tag-release@v7
env:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ jobs:
docs:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4
with:
persist-credentials: false

- uses: extractions/setup-just@v2
- name: Install Neovim
Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ repos:
rev: v0.14.0
hooks:
- id: markdownlint-cli2
- repo: https://github.com/woodruffw/zizmor
rev: v0.2.0
hooks:
- id: zizmor

0 comments on commit 3be7eaf

Please sign in to comment.