Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

publish-docker:
runs-on: ubuntu-24.04
timeout-minutes: 30
timeout-minutes: 45
needs:
- tag

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watch-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

# ref: https://github.com/peter-evans/create-pull-request
- name: Create a PR
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
with:
token: "${{ secrets.jupyterhub_bot_pat }}"
author: JupyterHub Bot Account <[email protected]>
Expand Down
11 changes: 11 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Zizmor configuration file
rules:
unpinned-uses:
config:
policies:
# Zizmor defaults to requiring pinning by immutable hashes.
# Allow pinning by refs for trusted organisations.
# https://woodruffw.github.io/zizmor/audits/#rulesunpinned-usesconfigpolicies
actions/*: ref-pin
docker/*: ref-pin
jupyterhub/*: ref-pin
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ repos:

# autoformat and lint Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.4
rev: v0.11.8
hooks:
- id: ruff
args: ["--select=I", "--fix", "--show-fixes"]
- id: ruff-format

# Static security analysis of GitHub actions https://github.com/woodruffw/zizmor
# Additional config is in .github/zizmor.yml
- repo: https://github.com/woodruffw/zizmor-pre-commit
rev: v1.5.2
rev: v1.6.0
hooks:
- id: zizmor