Skip to content

Commit c638d2a

Browse files
authored
Merge pull request #58 from REChain-Network-Solutions/dependabot/github_actions/actions/github-script-8
ci(deps): bump actions/github-script from 7 to 8
2 parents c553abf + 0d64dd9 commit c638d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
echo "✅ Quality gate passed"
186186
187187
- name: Comment PR with quality report
188-
uses: actions/github-script@v7
188+
uses: actions/github-script@v8
189189
with:
190190
script: |
191191
const fs = require('fs');

0 commit comments

Comments
 (0)