@cryptotaxi247 / infra / commits / 0ba83a34

Update actions/github-script action to v8

renovate[bot] committed Sep 4, 2025 at 17:46 UTC 0ba83a34e4e0ced5f1cc40425150d65b3af98e31
1 file changed +5 -5
.github/workflows/format-pr.yml
+5 -5
@@ -22,7 +22,7 @@ jobs:
22 runs-on: ubuntu-latest
23 steps:
24 - name: Check if user has write access
25 - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
25 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
26 with:
27 script: |
28 const permission = await github.rest.repos.getCollaboratorPermissionLevel({
@@ -42,7 +42,7 @@ jobs:
42 }
43
44 - name: React to comment
45 - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
45 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
46 with:
47 script: |
48 await github.rest.reactions.createForIssueComment({
@@ -54,7 +54,7 @@ jobs:
54
55 - name: Get PR branch
56 id: pr
57 - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
57 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
58 with:
59 script: |
60 const pr = await github.rest.pulls.get({
@@ -85,7 +85,7 @@ jobs:
85
86 - name: Comment on success
87 if: success()
88 - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
88 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
89 with:
90 script: |
91 await github.rest.issues.createComment({
@@ -97,7 +97,7 @@ jobs:
97
98 - name: Comment on failure
99 if: failure()
100 - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
100 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
101 with:
102 script: |
103 await github.rest.issues.createComment({