From e5dbbb9de39919665ac133d4a9762258bac5ede1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:33:24 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/containers.yaml | 2 +- .github/workflows/no-pr-images.yaml | 2 +- .github/workflows/trufflehog.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/containers.yaml b/.github/workflows/containers.yaml index 52e7a91f2..2ff7058e6 100644 --- a/.github/workflows/containers.yaml +++ b/.github/workflows/containers.yaml @@ -192,7 +192,7 @@ jobs: steps: - name: clean up PR container - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 env: CONTAINER_NAME: '${{ matrix.container }}' with: diff --git a/.github/workflows/no-pr-images.yaml b/.github/workflows/no-pr-images.yaml index 6f8146414..2d32697c6 100644 --- a/.github/workflows/no-pr-images.yaml +++ b/.github/workflows/no-pr-images.yaml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Check files matching glob patterns for pr-\d+ pattern - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: script: | const fs = require('fs'); diff --git a/.github/workflows/trufflehog.yaml b/.github/workflows/trufflehog.yaml index 901ad5407..0c7fd859a 100644 --- a/.github/workflows/trufflehog.yaml +++ b/.github/workflows/trufflehog.yaml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 id: git-intel with: script: |