From 22e6add79fabcca4bf5761452a51e4fa0207e155 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:43:19 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20actions/github-script?= =?UTF-8?q?=20(v7.1.0=20=E2=86=92=20v8.0.0)=20(#235)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/action-security.yml | 4 ++-- .github/workflows/pr-lint.yml | 2 +- .github/workflows/security-suite.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/action-security.yml b/.github/workflows/action-security.yml index 8d9fc84..b34655c 100644 --- a/.github/workflows/action-security.yml +++ b/.github/workflows/action-security.yml @@ -141,7 +141,7 @@ jobs: - name: Analyze Results if: always() - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs'); @@ -232,7 +232,7 @@ jobs: - name: Notify on Critical Issues if: failure() - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const { repo, owner } = context.repo; diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 1e3f3a3..13ee1ae 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -167,7 +167,7 @@ jobs: - name: Create Status Check if: always() - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const status = '${{ steps.check-results.outputs.status }}'; diff --git a/.github/workflows/security-suite.yml b/.github/workflows/security-suite.yml index 94122a2..fe5497c 100644 --- a/.github/workflows/security-suite.yml +++ b/.github/workflows/security-suite.yml @@ -174,7 +174,7 @@ jobs: - name: Analyze Results id: analysis - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs'); @@ -249,7 +249,7 @@ jobs: - name: Generate Reports if: always() - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: script: | const fs = require('fs');