Skip to content

Commit 6ad5858

Browse files
chore: pin actions to SHA in .github/workflows/performance.yml
1 parent 08bf94a commit 6ad5858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/performance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
cargo build --release
7575
7676
- name: Checkout patch from bytecodealliance/wasmtime (pushed and triggering on this perf repo)
77-
uses: actions/checkout@v3
77+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
7878
with:
7979
submodules: true
8080
path: wasmtime_commit
@@ -89,7 +89,7 @@ jobs:
8989
cp target/release/libwasmtime_bench_api.so /tmp/wasmtime_commit.so
9090
9191
- name: Checkout main from bytecodealliance/wasmtime
92-
uses: actions/checkout@v3
92+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
9393
with:
9494
ref: 'main'
9595
repository: 'bytecodealliance/wasmtime'

0 commit comments

Comments
 (0)