Skip to content

Commit c3f95ad

Browse files
committed
Pin actions benchmark to specific sha
1 parent 358cd74 commit c3f95ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
run: go test -benchmem -run="^$" -bench "^Benchmark" . github.com/timbray/quamina | tee output.txt
3333

3434
- name: Download previous benchmark data
35-
uses: actions/cache@v1
35+
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
3636
with:
3737
path: ./cache
3838
key: ${{ runner.os }}-benchmark
3939

4040
- name: Store benchmark result
41-
uses: benchmark-action/github-action-benchmark@v1
41+
uses: benchmark-action/github-action-benchmark@3b3014adac5e456db8ad428ccc01bec75242487f
4242
with:
4343
name: Go Benchmark
4444
tool: "go"

0 commit comments

Comments
 (0)