From 0305bd080804df89929185c72a685775ce0796bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:12:42 +0000 Subject: [PATCH] chore(deps)(deps): Bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [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/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cve-scanning.yml | 2 +- .github/workflows/deployment.yml | 8 ++++---- .github/workflows/development.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/manual-aot-test.yml | 2 +- .github/workflows/manual-e2e-test.yml | 2 +- .github/workflows/proto-plugin-release.yml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/cve-scanning.yml b/.github/workflows/cve-scanning.yml index a9413b5e..3167ecc1 100644 --- a/.github/workflows/cve-scanning.yml +++ b/.github/workflows/cve-scanning.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index bc620829..5c9afe7e 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -39,7 +39,7 @@ jobs: skip-git-release: ${{ steps.extract-version.outputs.skip-git-release }} steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -99,7 +99,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -154,7 +154,7 @@ jobs: run: echo "GH_TOKEN=${GITHUB_TOKEN}" >> $GITHUB_ENV - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 token: ${{ env.GH_TOKEN }} @@ -210,7 +210,7 @@ jobs: contents: write steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index a368caf2..d72e06e8 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Setup .NET SDK @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Setup .NET SDK uses: actions/setup-dotnet@v5 with: @@ -88,6 +88,6 @@ jobs: runs-on: ubuntu-latest needs: [lint, test] steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Aggregate of lint, and all tests run: echo "ci passed" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e5b7a3d2..dec68c88 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/manual-aot-test.yml b/.github/workflows/manual-aot-test.yml index c278e44d..585a7c93 100644 --- a/.github/workflows/manual-aot-test.yml +++ b/.github/workflows/manual-aot-test.yml @@ -47,7 +47,7 @@ jobs: runs-on: ${{ (github.event.inputs.platform == 'linux-x64' && 'ubuntu-latest') || (github.event.inputs.platform == 'linux-arm64' && 'ubuntu-24.04-arm') || (github.event.inputs.platform == 'osx-x64' && 'macos-15-intel') || (github.event.inputs.platform == 'osx-arm64' && 'macos-latest') || (github.event.inputs.platform == 'win-x64' && 'windows-latest') || 'ubuntu-latest' }} steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/manual-e2e-test.yml b/.github/workflows/manual-e2e-test.yml index dfa26198..a6ce9032 100644 --- a/.github/workflows/manual-e2e-test.yml +++ b/.github/workflows/manual-e2e-test.yml @@ -91,7 +91,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 diff --git a/.github/workflows/proto-plugin-release.yml b/.github/workflows/proto-plugin-release.yml index 10c40416..7c539449 100644 --- a/.github/workflows/proto-plugin-release.yml +++ b/.github/workflows/proto-plugin-release.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 @@ -91,7 +91,7 @@ jobs: run: echo "GH_TOKEN=${GITHUB_TOKEN}" >> $GITHUB_ENV - name: Fetch Source Code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 token: ${{ env.GH_TOKEN }}