From 3647ad65a6f0659d0485ce0ecdbde95a3a66643f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 16:43:11 +0000 Subject: [PATCH] Bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2.7.0` | `6.0.2` | | [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `537ffff2eff706bd7e3e1c3daf2d4b39067a9f85` | `787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251` | | [potatoqualitee/mssqlsuite](https://github.com/potatoqualitee/mssqlsuite) | `1.8` | `1.12` | | [jwalton/gh-find-current-pr](https://github.com/jwalton/gh-find-current-pr) | `6a32a53e488fa17bcbc72582e7858deed736396e` | `f3d61b485d2801773f7a07b2aaa3306bd8f8e653` | | [actions/stale](https://github.com/actions/stale) | `3.0.9` | `10.3.0` | Updates `actions/checkout` from 2.7.0 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2.7.0...v6.0.2) Updates `anthropics/claude-code-action` from 537ffff2eff706bd7e3e1c3daf2d4b39067a9f85 to 787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/537ffff2eff706bd7e3e1c3daf2d4b39067a9f85...787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251) Updates `potatoqualitee/mssqlsuite` from 1.8 to 1.12 - [Release notes](https://github.com/potatoqualitee/mssqlsuite/releases) - [Commits](https://github.com/potatoqualitee/mssqlsuite/compare/605af2310e2e22978ebf2c74d5995ba102094b8a...2291d923e83859edd871679c05b379037376761f) Updates `jwalton/gh-find-current-pr` from 6a32a53e488fa17bcbc72582e7858deed736396e to f3d61b485d2801773f7a07b2aaa3306bd8f8e653 - [Release notes](https://github.com/jwalton/gh-find-current-pr/releases) - [Commits](https://github.com/jwalton/gh-find-current-pr/compare/6a32a53e488fa17bcbc72582e7858deed736396e...f3d61b485d2801773f7a07b2aaa3306bd8f8e653) Updates `actions/stale` from 3.0.9 to 10.3.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/1e5e734da7bd7ea04daf52d9f1c6540e83867b73...eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: anthropics/claude-code-action dependency-version: 787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 dependency-type: direct:production dependency-group: github-actions - dependency-name: potatoqualitee/mssqlsuite dependency-version: '1.12' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: jwalton/gh-find-current-pr dependency-version: f3d61b485d2801773f7a07b2aaa3306bd8f8e653 dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/stale dependency-version: 10.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-review.yml | 4 ++-- .github/workflows/claude.yml | 4 ++-- .github/workflows/gallery.yml | 2 +- .github/workflows/github-actions-security.yml | 2 +- .github/workflows/integration-tests-repl.yml | 6 +++--- .github/workflows/integration-tests-s3.yml | 2 +- .github/workflows/integration-tests.yml | 8 ++++---- .github/workflows/reposize.yml | 4 ++-- .github/workflows/stale.yml | 2 +- .github/workflows/validate_target_branch.yml | 2 +- .github/workflows/xplat-import.yml | 2 +- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 30ac7d9e525..4b1769d232a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 1 @@ -38,7 +38,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@537ffff2eff706bd7e3e1c3daf2d4b39067a9f85 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index a48dbb54306..2c6ae9a8c14 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -26,13 +26,13 @@ jobs: actions: read # Required for Claude to read CI results on PRs steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 1 - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@537ffff2eff706bd7e3e1c3daf2d4b39067a9f85 # v1 + uses: anthropics/claude-code-action@787c5a0ce96a9a6cfb050ea0c8f4c05f2447c251 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/gallery.yml b/.github/workflows/gallery.yml index 57512835ee6..a06368f3bf6 100644 --- a/.github/workflows/gallery.yml +++ b/.github/workflows/gallery.yml @@ -37,7 +37,7 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read dbatools.library version id: get-version diff --git a/.github/workflows/github-actions-security.yml b/.github/workflows/github-actions-security.yml index 08fd3c3b9a7..29a07a001d3 100644 --- a/.github/workflows/github-actions-security.yml +++ b/.github/workflows/github-actions-security.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Verify action refs shell: pwsh diff --git a/.github/workflows/integration-tests-repl.yml b/.github/workflows/integration-tests-repl.yml index 248e5447fcd..e18359f0a5b 100644 --- a/.github/workflows/integration-tests-repl.yml +++ b/.github/workflows/integration-tests-repl.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read dbatools.library version id: get-version @@ -103,7 +103,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read dbatools.library version id: get-version @@ -173,7 +173,7 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read dbatools.library version id: get-version diff --git a/.github/workflows/integration-tests-s3.yml b/.github/workflows/integration-tests-s3.yml index 08a574bf724..658d892eb0b 100644 --- a/.github/workflows/integration-tests-s3.yml +++ b/.github/workflows/integration-tests-s3.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read dbatools.library version id: get-version diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 81d56b2ecb6..5fa8ca1cc7a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -39,7 +39,7 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read dbatools.library version id: get-version @@ -120,7 +120,7 @@ jobs: steps: - name: Checkout dbatools repo - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read dbatools.library version id: get-version @@ -159,7 +159,7 @@ jobs: ./.github/scripts/install-dbatools-library.ps1 -Scope AllUsers - name: Install SQL Server engine and localdb - uses: potatoqualitee/mssqlsuite@605af2310e2e22978ebf2c74d5995ba102094b8a # v1.8 + uses: potatoqualitee/mssqlsuite@2291d923e83859edd871679c05b379037376761f # v1.12 with: install: localdb, sqlengine @@ -219,7 +219,7 @@ jobs: steps: - name: Checkout dbatools repo - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Read dbatools.library version id: get-version diff --git a/.github/workflows/reposize.yml b/.github/workflows/reposize.yml index b8dad2f3273..0043d9ae47a 100644 --- a/.github/workflows/reposize.yml +++ b/.github/workflows/reposize.yml @@ -12,8 +12,8 @@ jobs: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} steps: - - uses: actions/checkout@544eadc6bf3d226fd7a7a9f0dc5b5bf7ca0675b9 # v1 - - uses: jwalton/gh-find-current-pr@6a32a53e488fa17bcbc72582e7858deed736396e # v1 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v1 + - uses: jwalton/gh-find-current-pr@f3d61b485d2801773f7a07b2aaa3306bd8f8e653 # v1 id: findpr with: state: all diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 58fc09f32fa..fcc93479887 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/stale@1e5e734da7bd7ea04daf52d9f1c6540e83867b73 # v3.0.9 + - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: > diff --git a/.github/workflows/validate_target_branch.yml b/.github/workflows/validate_target_branch.yml index 26253078ab5..f8cc815639e 100644 --- a/.github/workflows/validate_target_branch.yml +++ b/.github/workflows/validate_target_branch.yml @@ -13,7 +13,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Target branch should be development shell: pwsh run: | diff --git a/.github/workflows/xplat-import.yml b/.github/workflows/xplat-import.yml index 369cf37bf7d..02ded046988 100644 --- a/.github/workflows/xplat-import.yml +++ b/.github/workflows/xplat-import.yml @@ -36,7 +36,7 @@ jobs: os: [ubuntu-latest, windows-latest, macOS-latest, macOS-14] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Show pwsh version shell: pwsh