From 3c250d2f2d22f2ce69682af0dfb00e16ae0c2880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:24:06 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-scheduled.yml | 2 +- .github/workflows/report-evidence.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-scheduled.yml b/.github/workflows/build-scheduled.yml index 7eeaae7..cf03bc6 100644 --- a/.github/workflows/build-scheduled.yml +++ b/.github/workflows/build-scheduled.yml @@ -29,7 +29,7 @@ jobs: jdk-src: ${{ vars.JDK_SRC }} gradle-java-version: ${{ vars.GRADLE_JAVA_VERSION }} - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 name: Checkout IDL Source Generator id: srcgen with: diff --git a/.github/workflows/report-evidence.yml b/.github/workflows/report-evidence.yml index cffec1c..d348def 100644 --- a/.github/workflows/report-evidence.yml +++ b/.github/workflows/report-evidence.yml @@ -33,7 +33,7 @@ jobs: steps: # Full history: the audit reads the pushed range, and a shallow clone would leave # `before` unfetched — which reads as "nothing to check" rather than as an error. - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: fetch-depth: 0 @@ -81,7 +81,7 @@ jobs: - name: Checkout the canonical audit id: canonical if: ${{ !cancelled() }} - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: repository: sava-software/idl-src-gen token: ${{ secrets.READ_SAVA_SRC_GEN }}