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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
with:
persist-credentials: false
- name: Set up uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9

Check notice

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: missing version comment Note

action's hash pin has mismatched or missing version comment: missing version comment
with:
enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
- id: noxenvs-matrix
Expand Down Expand Up @@ -119,7 +119,7 @@
if: runner.os == 'Windows' && startsWith(matrix.noxenv, 'tests')

- name: Set up uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9

Check notice

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: missing version comment Note

action's hash pin has mismatched or missing version comment: missing version comment
with:
enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]

Expand All @@ -144,7 +144,7 @@
fetch-depth: 0
persist-credentials: false
- name: Set up uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9

Check notice

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: missing version comment Note

action's hash pin has mismatched or missing version comment: missing version comment
with:
enable-cache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
persist-credentials: false

- name: Install uv
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0

- name: Run zizmor 馃寛
run: uvx zizmor --pedantic --format=sarif .github > results.sarif
Expand Down
Loading