Skip to content

Commit d371226

Browse files
committed
Sync auto-tag-based-review.yml from .github repo
1 parent 113898f commit d371226

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/auto-tag-based-review.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: [self-hosted, linux, x64, big]
5555
steps:
5656
- name: Checkout code
57-
uses: actions/checkout@main
57+
uses: actions/checkout@v4.3.1
5858
with:
5959
fetch-depth: 0
6060

@@ -84,13 +84,13 @@ jobs:
8484
fi
8585
8686
- name: Setup Node.js
87-
uses: actions/setup-node@main
87+
uses: actions/setup-node@v4.4.0
8888
with:
8989
node-version: '20'
9090
continue-on-error: true
9191

9292
- name: Setup Python
93-
uses: actions/setup-python@main
93+
uses: actions/setup-python@v5.6.0
9494
with:
9595
python-version: '3.11'
9696
continue-on-error: true
@@ -272,7 +272,7 @@ jobs:
272272
continue-on-error: true
273273

274274
- name: Create Review Issue
275-
uses: actions/github-script@main
275+
uses: actions/github-script@v7.1.0
276276
with:
277277
github-token: ${{ secrets.GITHUB_TOKEN }}
278278
script: |
@@ -361,7 +361,7 @@ jobs:
361361
continue-on-error: true
362362

363363
- name: Upload Review Report
364-
uses: actions/upload-artifact@main
364+
uses: actions/upload-artifact@v4.6.2
365365
with:
366366
name: tag-review-report
367367
path: /tmp/tag-review-report.md

0 commit comments

Comments
 (0)