We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49efaa8 commit 3f33896Copy full SHA for 3f33896
.github/workflows/benchmark.yml
@@ -25,7 +25,7 @@ jobs:
25
name: Benchmark
26
runs-on: ubuntu-latest
27
steps:
28
- - uses: taiki-e/checkout-action@v1
+ - uses: taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
29
30
- uses: Boshen/setup-rust@main
31
with:
@@ -36,7 +36,7 @@ jobs:
36
run: cargo codspeed build --features codspeed
37
38
- name: Run benchmark
39
- uses: CodSpeedHQ/action@v3
+ uses: CodSpeedHQ/action@0010eb0ca6e89b80c88e8edaaa07cfe5f3e6664d # v3.5.0
40
41
run: cargo codspeed run
42
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments