From 89dbffff843478f19a747c75eb0367333bb61e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:34:31 +0000 Subject: [PATCH 1/2] Bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/daily-image-scans.yml | 2 +- .github/workflows/daily-scan.yaml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily-image-scans.yml b/.github/workflows/daily-image-scans.yml index a3ad5086..cd0da2b9 100644 --- a/.github/workflows/daily-image-scans.yml +++ b/.github/workflows/daily-image-scans.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Get latest release id: get_release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const release = await github.rest.repos.getLatestRelease({ diff --git a/.github/workflows/daily-scan.yaml b/.github/workflows/daily-scan.yaml index 21f71cb0..1c420770 100644 --- a/.github/workflows/daily-scan.yaml +++ b/.github/workflows/daily-scan.yaml @@ -42,7 +42,7 @@ jobs: steps: - name: Get latest release id: get_release - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const release = await github.rest.repos.getLatestRelease({ diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 343fc825..f376676c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: - name: Get tags id: get-tags - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | try { From 45faea327096a80588444920bcd00432746c620f Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Tue, 28 Oct 2025 18:43:35 -0300 Subject: [PATCH 2/2] empty