Skip to content

Commit bef152c

Browse files
committed
Sync auto-copilot-code-cleanliness-review.yml from .github repo
1 parent 1d6b32f commit bef152c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-copilot-code-cleanliness-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: [self-hosted, linux, x64, big]
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@main
23+
uses: actions/checkout@v4.3.1
2424
with:
2525
fetch-depth: 0 # Full history for better analysis
2626

@@ -90,7 +90,7 @@ jobs:
9090
continue-on-error: true
9191

9292
- name: Create Issue for Code Cleanliness Review
93-
uses: actions/github-script@main
93+
uses: actions/github-script@v7.1.0
9494
with:
9595
github-token: ${{ secrets.GITHUB_TOKEN }}
9696
script: |

0 commit comments

Comments
 (0)