Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

Expand All @@ -30,7 +30,7 @@
macos-contract:
runs-on: macos-15
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false
submodules: recursive
Expand All @@ -51,7 +51,7 @@
windows-contract:
runs-on: windows-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false
submodules: recursive
Expand Down Expand Up @@ -95,7 +95,7 @@
- python-version: "3.14"
tox-env: py314
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
permissions:
contents: write
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
fetch-depth: 0
persist-credentials: false
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false
submodules: recursive
Expand Down Expand Up @@ -50,7 +50,7 @@
cibw-archs: x86_64
steps:
- name: Checkout repository (with submodules)
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false
submodules: recursive
Expand All @@ -60,7 +60,7 @@
run: vcpkg install zlib:x64-windows

- name: Build wheels via cibuildwheel
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
uses: pypa/cibuildwheel@294735312765b09d24a2fbec22660ce817587d55 # v4.1.0
env:
CIBW_ARCHS: ${{ matrix.cibw-archs }}

Expand All @@ -77,7 +77,7 @@
needs: dev-checks
steps:
- name: Checkout repository (with submodules)
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false
submodules: recursive
Expand Down Expand Up @@ -109,7 +109,7 @@
PYTHONPATH: src:tools
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

Expand Down Expand Up @@ -205,7 +205,7 @@
python-version: "3.14"
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1 Warning

action's hash pin has mismatched or missing version comment: points to commit df4cb1c069e1
with:
persist-credentials: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@ jobs:
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false

- name: Install the latest version of uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0

- name: Run zizmor 🌈
run: uvx zizmor --format sarif . > results.sarif
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
sarif_file: results.sarif
category: zizmor
Loading