Skip to content
Closed
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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
with:
components: rustfmt, clippy
toolchain: 1.93.0
- uses: jdx/mise-action@v3.6.3
- uses: jdx/mise-action@v4.0.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'CI' step
Uses Step
uses 'jdx/mise-action' with ref 'v4.0.0', not a pinned commit hash
with:
install: true
cache: true
Expand All @@ -39,7 +39,7 @@
run: rustup component add rustfmt clippy

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2.8.2
uses: Swatinem/rust-cache@v2.9.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'CI' step
Uses Step
uses 'Swatinem/rust-cache' with ref 'v2.9.1', not a pinned commit hash

- name: Rustfmt Check
run: cargo fmt --all -- --check
Expand All @@ -65,7 +65,7 @@
toolchain: ${{ matrix.toolchain }}

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2.8.2
uses: Swatinem/rust-cache@v2.9.1

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'CI' step
Uses Step
uses 'Swatinem/rust-cache' with ref 'v2.9.1', not a pinned commit hash

- name: Check MSRV compliance
run: cargo check --all-features
Expand All @@ -74,7 +74,7 @@
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- uses: jdx/mise-action@v3.6.3
- uses: jdx/mise-action@v4.0.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'CI' step
Uses Step
uses 'jdx/mise-action' with ref 'v4.0.0', not a pinned commit hash
with:
install: true
cache: true
Expand Down Expand Up @@ -103,7 +103,7 @@
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6.0.2
- uses: jdx/mise-action@v3.6.3
- uses: jdx/mise-action@v4.0.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'CI' step
Uses Step
uses 'jdx/mise-action' with ref 'v4.0.0', not a pinned commit hash
with:
install: true
cache: true
Expand All @@ -122,7 +122,7 @@
needs: [test, test-cross-platform]
steps:
- uses: actions/checkout@v6.0.2
- uses: jdx/mise-action@v3.6.3
- uses: jdx/mise-action@v4.0.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'CI' step
Uses Step
uses 'jdx/mise-action' with ref 'v4.0.0', not a pinned commit hash
with:
install: true
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
steps:
- uses: actions/checkout@v6.0.2

- uses: jdx/mise-action@v3.6.3
- uses: jdx/mise-action@v4.0.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'CodeQL' step
Uses Step
uses 'jdx/mise-action' with ref 'v4.0.0', not a pinned commit hash
with:
install: true
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
steps:
- uses: actions/checkout@v6.0.2

- uses: jdx/mise-action@v3.6.3
- uses: jdx/mise-action@v4.0.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Copilot Setup Steps' step
Uses Step
uses 'jdx/mise-action' with ref 'v4.0.0', not a pinned commit hash
with:
install: true
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- name: Checkout
uses: actions/checkout@v6.0.2

- uses: jdx/mise-action@v3.6.3
- uses: jdx/mise-action@v4.0.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Deploy Documentation' step
Uses Step
uses 'jdx/mise-action' with ref 'v4.0.0', not a pinned commit hash
with:
install: true
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
steps:
- uses: actions/checkout@v6.0.2

- uses: jdx/mise-action@v3.6.3
- uses: jdx/mise-action@v4.0.0

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow Medium

Unpinned 3rd party Action 'Security' step
Uses Step
uses 'jdx/mise-action' with ref 'v4.0.0', not a pinned commit hash
with:
install: true
cache: true
Expand Down
Loading