Merge pull request #504 from Wikid82/renovate/feature/beta-release-actions-github-script-8.x

chore(deps): update actions/github-script action to v8 (feature/beta-release)
This commit is contained in:
Jeremy
2026-01-12 01:08:51 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -662,7 +662,7 @@ jobs:
# Critical Fix #4: Null checks in PR comment
- name: Comment on PR
if: always()
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: |
const critical = '${{ steps.scan.outputs.critical }}' || '0';
@@ -775,7 +775,7 @@ jobs:
steps:
- name: Comment on PR - Build Skipped
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
script: |
const commitSha = '${{ github.sha }}'.substring(0, 7);

View File

@@ -362,7 +362,7 @@ jobs:
if: |
github.event_name == 'pull_request' ||
(github.event_name == 'workflow_run' && github.event.workflow_run.event == 'pull_request')
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
with:
result-encoding: string
script: |