From a8a5669cbcd86361522fe578cb9791282d856f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 12:04:55 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.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/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/artifacts.yml | 2 +- .github/workflows/azuresql-unit.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/sqlserver-unit.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index e3b36cb6..f9d17300 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/azuresql-unit.yml b/.github/workflows/azuresql-unit.yml index 6683b049..094b2141 100644 --- a/.github/workflows/azuresql-unit.yml +++ b/.github/workflows/azuresql-unit.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: path: "" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d42482db..7aa81c87 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/sqlserver-unit.yml b/.github/workflows/sqlserver-unit.yml index d7f386b9..934c01d8 100644 --- a/.github/workflows/sqlserver-unit.yml +++ b/.github/workflows/sqlserver-unit.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: path: "" ref: ${{ github.head_ref }}