File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 68
68
69
69
# ref: https://github.com/peter-evans/create-pull-request
70
70
- name : Create a PR
71
- uses : peter-evans/create-pull-request@v7
71
+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
72
72
with :
73
73
token : " ${{ secrets.jupyterhub_bot_pat }}"
74
74
author :
JupyterHub Bot Account <[email protected] >
Original file line number Diff line number Diff line change
1
+ # Zizmor configuration file
2
+ rules :
3
+ unpinned-uses :
4
+ config :
5
+ policies :
6
+ # Zizmor defaults to requiring pinning by immutable hashes.
7
+ # Allow pinning by refs for trusted organisations.
8
+ # https://woodruffw.github.io/zizmor/audits/#rulesunpinned-usesconfigpolicies
9
+ actions/* : ref-pin
10
+ docker/* : ref-pin
11
+ jupyterhub/* : ref-pin
Original file line number Diff line number Diff line change 29
29
- id : ruff-format
30
30
31
31
# Static security analysis of GitHub actions https://github.com/woodruffw/zizmor
32
+ # Additional config is in .github/zizmor.yml
32
33
- repo : https://github.com/woodruffw/zizmor-pre-commit
33
34
rev : v1.6.0
34
35
hooks :
You can’t perform that action at this time.
0 commit comments