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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
timeout-minutes: 20
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# dtolnay/rust-toolchain, pinned by immutable commit SHA.
- uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772
with:
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
timeout-minutes: 25
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# dtolnay/rust-toolchain, pinned by immutable commit SHA.
- uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
timeout-minutes: 35
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# actions/setup-node v5, pinned by immutable commit SHA.
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jvm-native-classifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 35
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# actions/setup-java v5, pinned by immutable commit SHA.
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
with:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
timeout-minutes: 45
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# actions/setup-java v5, pinned by immutable commit SHA.
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jvm-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
timeout-minutes: 35
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# actions/setup-java v4, pinned by immutable commit SHA.
- uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-central-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 45
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
- name: Verify versioned release tag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-bindings-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
timeout-minutes: 55
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# dtolnay/rust-toolchain, pinned by immutable commit SHA.
- uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-github-packages-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 35
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
ref: ${{ github.event_name == 'release' && github.event.release.tag_name || github.ref }}
# actions/setup-node v5, pinned by immutable commit SHA.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 30
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# actions/setup-node v5, pinned by immutable commit SHA.
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
timeout-minutes: 30
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
- name: Verify versioned release tag
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
timeout-minutes: 45
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0
- name: Verify versioned release tag
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 20
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# anchore/sbom-action v0.24.0, pinned by immutable commit SHA.
- uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610
with:
Expand All @@ -49,7 +49,7 @@ jobs:
timeout-minutes: 20
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
ref: ${{ github.event.release.tag_name }}
# anchore/sbom-action v0.24.0, pinned by immutable commit SHA.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
timeout-minutes: 20
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# dtolnay/rust-toolchain, pinned by immutable commit SHA.
- uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772
with:
Expand All @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 25
steps:
# actions/checkout v5, pinned by immutable commit SHA.
- uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
# dtolnay/rust-toolchain, pinned by immutable commit SHA.
- uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772
with:
Expand Down
Loading