From d40a07045cc0b1c5114a08bc646771b6bc833dd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 02:49:12 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5.1.0 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.1.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/fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/github-release-assets.yml | 2 +- .github/workflows/jvm-native-classifiers.yml | 4 ++-- .github/workflows/jvm-prerelease.yml | 2 +- .github/workflows/maven-central-release.yml | 2 +- .github/workflows/native-bindings-prerelease.yml | 2 +- .github/workflows/npm-github-packages-release.yml | 2 +- .github/workflows/npm-prerelease.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/sbom.yml | 4 ++-- .github/workflows/security.yml | 4 ++-- 11 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3025922..0ac811a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: timeout-minutes: 20 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # dtolnay/rust-toolchain, pinned by immutable commit SHA. - uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 with: @@ -72,7 +72,7 @@ jobs: timeout-minutes: 25 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # dtolnay/rust-toolchain, pinned by immutable commit SHA. - uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 with: diff --git a/.github/workflows/github-release-assets.yml b/.github/workflows/github-release-assets.yml index 901ad3b..979198d 100644 --- a/.github/workflows/github-release-assets.yml +++ b/.github/workflows/github-release-assets.yml @@ -56,7 +56,7 @@ jobs: timeout-minutes: 35 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # actions/setup-node v5, pinned by immutable commit SHA. - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: diff --git a/.github/workflows/jvm-native-classifiers.yml b/.github/workflows/jvm-native-classifiers.yml index 8d69f72..24b1ced 100644 --- a/.github/workflows/jvm-native-classifiers.yml +++ b/.github/workflows/jvm-native-classifiers.yml @@ -64,7 +64,7 @@ jobs: timeout-minutes: 35 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # actions/setup-java v5, pinned by immutable commit SHA. - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: @@ -94,7 +94,7 @@ jobs: timeout-minutes: 45 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # actions/setup-java v5, pinned by immutable commit SHA. - uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 with: diff --git a/.github/workflows/jvm-prerelease.yml b/.github/workflows/jvm-prerelease.yml index 03bad25..1e65363 100644 --- a/.github/workflows/jvm-prerelease.yml +++ b/.github/workflows/jvm-prerelease.yml @@ -54,7 +54,7 @@ jobs: timeout-minutes: 35 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # actions/setup-java v4, pinned by immutable commit SHA. - uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 with: diff --git a/.github/workflows/maven-central-release.yml b/.github/workflows/maven-central-release.yml index d8ea523..ccb2aec 100644 --- a/.github/workflows/maven-central-release.yml +++ b/.github/workflows/maven-central-release.yml @@ -34,7 +34,7 @@ jobs: timeout-minutes: 45 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: fetch-depth: 0 - name: Verify versioned release tag diff --git a/.github/workflows/native-bindings-prerelease.yml b/.github/workflows/native-bindings-prerelease.yml index aea9c31..df1f3d9 100644 --- a/.github/workflows/native-bindings-prerelease.yml +++ b/.github/workflows/native-bindings-prerelease.yml @@ -66,7 +66,7 @@ jobs: timeout-minutes: 55 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # dtolnay/rust-toolchain, pinned by immutable commit SHA. - uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 with: diff --git a/.github/workflows/npm-github-packages-release.yml b/.github/workflows/npm-github-packages-release.yml index 613eb59..bf113bc 100644 --- a/.github/workflows/npm-github-packages-release.yml +++ b/.github/workflows/npm-github-packages-release.yml @@ -42,7 +42,7 @@ jobs: timeout-minutes: 35 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: ref: ${{ github.event_name == 'release' && github.event.release.tag_name || github.ref }} # actions/setup-node v5, pinned by immutable commit SHA. diff --git a/.github/workflows/npm-prerelease.yml b/.github/workflows/npm-prerelease.yml index e375b20..552c516 100644 --- a/.github/workflows/npm-prerelease.yml +++ b/.github/workflows/npm-prerelease.yml @@ -50,7 +50,7 @@ jobs: timeout-minutes: 30 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # actions/setup-node v5, pinned by immutable commit SHA. - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdbe3f7..712db80 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 30 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: fetch-depth: 0 - name: Verify versioned release tag @@ -71,7 +71,7 @@ jobs: timeout-minutes: 45 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: fetch-depth: 0 - name: Verify versioned release tag diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index f0ce436..7a3bd5b 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -29,7 +29,7 @@ jobs: timeout-minutes: 20 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # anchore/sbom-action v0.24.0, pinned by immutable commit SHA. - uses: anchore/sbom-action@e22c389904149dbc22b58101806040fa8d37a610 with: @@ -49,7 +49,7 @@ jobs: timeout-minutes: 20 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: ref: ${{ github.event.release.tag_name }} # anchore/sbom-action v0.24.0, pinned by immutable commit SHA. diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 90aa921..dc43622 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -31,7 +31,7 @@ jobs: timeout-minutes: 20 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # dtolnay/rust-toolchain, pinned by immutable commit SHA. - uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 with: @@ -47,7 +47,7 @@ jobs: timeout-minutes: 25 steps: # actions/checkout v5, pinned by immutable commit SHA. - - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # dtolnay/rust-toolchain, pinned by immutable commit SHA. - uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 with: