File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,14 @@ defaults:
1111 run :
1212 shell : bash
1313
14+ # no permissions by default
15+ permissions : {}
16+
1417jobs :
1518 run :
1619 runs-on : ubuntu-latest
20+ permissions :
21+ contents : write
1722 steps :
1823 - name : checkout
1924 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4449 with :
4550 github_token : ${{ secrets.GITHUB_TOKEN }}
4651 publish_dir : docs/_build/html
47- permissions :
48- actions : write
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ repos:
2626
2727
2828- repo : https://github.com/charliermarsh/ruff-pre-commit
29- rev : v0.11.13
29+ rev : v0.12.7
3030 hooks :
3131 - id : ruff
3232
3333- repo : https://github.com/woodruffw/zizmor-pre-commit
34- rev : v1.9 .0
34+ rev : v1.11 .0
3535 hooks :
3636 - id : zizmor
3737
You can’t perform that action at this time.
0 commit comments