We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f5177 commit ea9268bCopy full SHA for ea9268b
1 file changed
.github/workflows/entropy-beauty-scan.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout code (full history)
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
16
with:
17
fetch-depth: 0
18
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Post summary comment (PR only)
29
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
30
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
31
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
script: |
0 commit comments