We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bf94a commit 6ad5858Copy full SHA for 6ad5858
.github/workflows/performance.yml
@@ -74,7 +74,7 @@ jobs:
74
cargo build --release
75
76
- name: Checkout patch from bytecodealliance/wasmtime (pushed and triggering on this perf repo)
77
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
78
with:
79
submodules: true
80
path: wasmtime_commit
@@ -89,7 +89,7 @@ jobs:
89
cp target/release/libwasmtime_bench_api.so /tmp/wasmtime_commit.so
90
91
- name: Checkout main from bytecodealliance/wasmtime
92
93
94
ref: 'main'
95
repository: 'bytecodealliance/wasmtime'
0 commit comments