Skip to content

Commit 2103236

Browse files
authored
Pin actions (#59)
Pins actions to a specific version by its hash instead of using a tag as suggested among others by the OpenSSF Scorecard project, see https://github.com/ossf/scorecard/blob/main/docs/checks.md#pinned-dependencies
1 parent 6b4299b commit 2103236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: "Checkout Repo"
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2424

2525
- name: Setup venv
2626
run: |
@@ -69,7 +69,7 @@ jobs:
6969
python -m iree_kernel_benchmark.convbench --roofline results/iree_gemm.csv,results/iree_gemm_tk.csv,results/iree_attention.csv,results/iree_conv.csv,results/iree_conv_tk.csv --plot results/combined.png
7070
7171
- name: Upload benchmark results
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7373
with:
7474
name: benchmark-results
7575
path: ./results/

0 commit comments

Comments
 (0)