Skip to content
Closed
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/verify.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Tests and formatters

Check warning on line 1 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

verify.yaml:1: overly broad permissions: default permissions used due to no permissions: block
on:
pull_request:
push:
branches: [main]
jobs:
code-tests:

Check warning on line 7 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

verify.yaml:7: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6

Check failure on line 10 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 10 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

verify.yaml:10: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: DeterminateSystems/nix-installer-action@v21
- uses: DeterminateSystems/nix-installer-action@v22

Check failure on line 11 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 11 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

verify.yaml:11: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- run: nix flake check
readme-test:

Check warning on line 13 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

verify.yaml:13: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6

Check failure on line 16 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 16 in .github/workflows/verify.yaml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

verify.yaml:16: unpinned action reference: action is not pinned to a hash (required by blanket policy)
- uses: docker://pandoc/core:3.1
with:
args: >-
Expand Down
Loading