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 .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
targets: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: "22"

Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/release-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
subject-path: dist/*.whl

- name: Attach artifacts to GitHub Release
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
with:
files: |
dist/*.whl
Expand All @@ -218,7 +218,7 @@ jobs:

# Hand the raw distributables to the aggregated publish job.
- name: Upload wheel artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: python-dist-${{ matrix.wheel }}
path: dist/*.whl
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
subject-path: dist/*.whl

- name: Attach artifacts to GitHub Release
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
with:
files: |
dist/*.whl
Expand All @@ -341,7 +341,7 @@ jobs:
fail_on_unmatched_files: false

- name: Upload wheel artifact
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: python-dist-manylinux-${{ matrix.arch }}
path: |
Expand All @@ -359,7 +359,7 @@ jobs:
environment: release
steps:
- name: Download all python dists
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
pattern: python-dist-*
path: dist
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
subject-path: ${{ steps.pkg.outputs.zip }}

- name: Attach artifacts to GitHub Release
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
with:
files: |
${{ steps.pkg.outputs.zip }}
Expand Down Expand Up @@ -588,7 +588,7 @@ jobs:
cp "target/${{ matrix.target }}/release/${{ matrix.lib }}" "jni/${{ matrix.jni }}/"

- name: Upload desktop lib
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: jvm-jni-${{ matrix.jni }}
path: jni/${{ matrix.jni }}/*
Expand Down Expand Up @@ -649,7 +649,7 @@ jobs:
# resources/<platform>/<lib> that JNA loads at runtime. Merging flat would
# collide the two macOS dylibs (arm64 + x86_64) and lose the platform dirs.
- name: Download desktop JVM libs
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with:
pattern: jvm-jni-*
path: jvm-libs
Expand Down Expand Up @@ -713,7 +713,7 @@ jobs:
dist-maven/*.jar

- name: Attach artifacts to GitHub Release
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
with:
files: |
dist-maven/*.aar
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
# currently broken (it leaves npm unable to resolve its bundled `sigstore`
# module — "Cannot find module 'sigstore'" — during provenance
# generation). setup-node's bundled npm is a clean, complete install.
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: "24"
registry-url: "https://registry.npmjs.org"
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

# --- GitHub Release ---
- name: Attach artifacts to GitHub Release
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
with:
files: |
pkg/metamorphic_log.js
Expand Down
Loading