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 .config/mise.lint.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hk = "1.54.1"
pkl = "0.32.1"
"cargo:clippy-sarif" = { version = "0.8.0", depends = "cargo-binstall" }
zizmor = "1.29.0"
zizmor = "1.30.0"
"github:kjanat/actionlint" = "1.14.0"
"github:boostsecurityio/poutine" = "1.1.6"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
persist-credentials: true
submodules: true
- uses: ./.github/actions/mise
- uses: $/.github/actions/mise

- run: hk run format --all

Expand All @@ -43,7 +43,7 @@ jobs:
with:
persist-credentials: false
submodules: true
- uses: ./.github/actions/mise
- uses: $/.github/actions/mise

- run: hk run sarif --all --no-fail-fast
- id: matrix
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
persist-credentials: true
submodules: true
- uses: ./.github/actions/mise
- uses: $/.github/actions/mise
with:
envs: 'docs'

Expand All @@ -29,4 +29,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/book
destination_dir: docs
destination_dir: docs
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
persist-credentials: false
submodules: true
- uses: ./.github/actions/mise
- uses: $/.github/actions/mise
with:
cache: false
envs: "publish"
Expand All @@ -68,7 +68,7 @@ jobs:
with:
persist-credentials: false
submodules: true
- uses: ./.github/actions/mise
- uses: $/.github/actions/mise
with:
cache: false
envs: ""
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
with:
persist-credentials: false
submodules: true
- uses: ./.github/actions/mise
- uses: $/.github/actions/mise
with:
cache: false
envs: "publish"
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
with:
persist-credentials: false
submodules: true
- uses: ./.github/actions/mise
- uses: $/.github/actions/mise
with:
cache: false
envs: "publish"
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
message: update sha256 for v${{ needs.version-changelog.outputs.version }}

trigger-pkg-manager-updates:
uses: ./.github/workflows/trigger-pkg-manager-updates.yml
uses: $/.github/workflows/trigger-pkg-manager-updates.yml
needs: update-hash
permissions:
contents: read
Expand Down