Skip to content

Commit e7d8501

Browse files
committed
ci: use tags for immutable github actions
1 parent babe7d7 commit e7d8501

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
PR-BENCH: ${{ steps.benchmark-pr.outputs.BENCH_RESULT }}
1818
MAIN-BENCH: ${{ steps.benchmark-main.outputs.BENCH_RESULT }}
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
- uses: actions/checkout@v4
2121
with:
2222
persist-credentials: false
2323
ref: ${{github.event.pull_request.head.sha}}
2424
repository: ${{github.event.pull_request.head.repo.full_name}}
2525

26-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
26+
- uses: actions/setup-node@v4
2727
with:
2828
check-latest: true
2929
node-version: 20
@@ -43,7 +43,7 @@ jobs:
4343
echo "::set-output name=BENCH_RESULT::$content"
4444
4545
# main benchmark
46-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
- uses: actions/checkout@v4
4747
with:
4848
ref: 'main'
4949
persist-credentials: false

0 commit comments

Comments
 (0)