From 9b5a3c47d87da3bedba2bbd6797582b9e5bc2fe0 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 9 Sep 2026 13:17:16 +0200 Subject: [PATCH 1/2] Zizmor unpinned-uses require ref-pin syntax https://docs.zizmor.sh/audits/#rulesunpinned-usesconfigpolicies Like `uses: actions/checkout@v7` --- .github/zizmor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/zizmor.yml b/.github/zizmor.yml index d44837b6cc32..75a55f63776d 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -2,7 +2,6 @@ rules: excessive-permissions: disable: true unpinned-uses: - disable: true - # config: - # policies: - # actions/*: ref-pin + config: + policies: + "*": ref-pin From 895ac156a1f35fd01c724527b489b94b36cd779d Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 9 Sep 2026 13:18:43 +0200 Subject: [PATCH 2/2] Add a comma --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a5ef7ab8897b..9b7eb5bca370 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,4 +17,4 @@ * [ ] All function parameters and return values are annotated with Python [type hints](https://docs.python.org/3/library/typing.html). * [ ] All functions have [doctests](https://docs.python.org/3/library/doctest.html) that pass the automated testing. * [ ] All new algorithms include at least one URL that points to Wikipedia or another similar explanation. -* [ ] If this pull request resolves one or more open issues then the description above includes the issue number(s) with a [closing keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue): "Fixes #ISSUE-NUMBER". +* [ ] If this pull request resolves one or more open issues, then the description above includes the issue number(s) with a [closing keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue): "Fixes #ISSUE-NUMBER".