From 98d27540c0fca8a3335e45a56497e41d5cfb90a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:31:34 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ancient-svc-adapters.yml | 2 +- .github/workflows/ancient.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/current-runtime-heads.yml | 2 +- .github/workflows/current-svc-adapters.yml | 2 +- .github/workflows/current.yml | 2 +- .github/workflows/dep-heads.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/heads.yml | 2 +- .github/workflows/jruby-ancient-svc-adapters.yml | 2 +- .github/workflows/jruby-ancient.yml | 2 +- .github/workflows/jruby-svc-adapters.yml | 2 +- .github/workflows/jruby.yml | 2 +- .github/workflows/legacy-svc-adapters.yml | 2 +- .github/workflows/legacy.yml | 2 +- .github/workflows/license-eye.yml | 2 +- .github/workflows/locked_deps.yml | 2 +- .github/workflows/style.yml | 2 +- .github/workflows/supported-svc-adapters.yml | 2 +- .github/workflows/supported.yml | 2 +- .github/workflows/truffle.yml | 2 +- .github/workflows/unlocked_deps.yml | 2 +- .github/workflows/unsupported-svc-adapters.yml | 2 +- .github/workflows/unsupported.yml | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/ancient-svc-adapters.yml b/.github/workflows/ancient-svc-adapters.yml index 7f501f61..7bdb9054 100644 --- a/.github/workflows/ancient-svc-adapters.yml +++ b/.github/workflows/ancient-svc-adapters.yml @@ -90,7 +90,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/ancient.yml b/.github/workflows/ancient.yml index 0e90ef3a..040fb6a3 100644 --- a/.github/workflows/ancient.yml +++ b/.github/workflows/ancient.yml @@ -76,7 +76,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f59e5c33..22bdf509 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f50ff4f0..2494a6d7 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -73,7 +73,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/current-runtime-heads.yml b/.github/workflows/current-runtime-heads.yml index 174cfa90..ce2c64e9 100644 --- a/.github/workflows/current-runtime-heads.yml +++ b/.github/workflows/current-runtime-heads.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/current-svc-adapters.yml b/.github/workflows/current-svc-adapters.yml index 35fc6e62..bc115dc0 100644 --- a/.github/workflows/current-svc-adapters.yml +++ b/.github/workflows/current-svc-adapters.yml @@ -81,7 +81,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index da98c5fc..3927a349 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -129,7 +129,7 @@ jobs: steps: - name: Checkout if: ${{ (env.ACT && !(startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) || (!env.ACT && (startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems if: ${{ (env.ACT && !(startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) || (!env.ACT && (startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) }} diff --git a/.github/workflows/dep-heads.yml b/.github/workflows/dep-heads.yml index c687d774..e8d09673 100644 --- a/.github/workflows/dep-heads.yml +++ b/.github/workflows/dep-heads.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout if: ${{ (env.ACT && !(startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) || (!env.ACT && (startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems if: ${{ (env.ACT && !(startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) || (!env.ACT && (startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) }} diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 046e9c88..3ea91b44 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -15,6 +15,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/heads.yml b/.github/workflows/heads.yml index b5b242d3..46767051 100644 --- a/.github/workflows/heads.yml +++ b/.github/workflows/heads.yml @@ -79,7 +79,7 @@ jobs: - name: Checkout if: ${{ (env.ACT && !(startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) || (!env.ACT && (startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems if: ${{ (env.ACT && !(startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) || (!env.ACT && (startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) }} diff --git a/.github/workflows/jruby-ancient-svc-adapters.yml b/.github/workflows/jruby-ancient-svc-adapters.yml index b38cb982..48ede056 100644 --- a/.github/workflows/jruby-ancient-svc-adapters.yml +++ b/.github/workflows/jruby-ancient-svc-adapters.yml @@ -93,7 +93,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/jruby-ancient.yml b/.github/workflows/jruby-ancient.yml index 3120e9ec..38e618fb 100644 --- a/.github/workflows/jruby-ancient.yml +++ b/.github/workflows/jruby-ancient.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/jruby-svc-adapters.yml b/.github/workflows/jruby-svc-adapters.yml index cf508361..c032398a 100644 --- a/.github/workflows/jruby-svc-adapters.yml +++ b/.github/workflows/jruby-svc-adapters.yml @@ -85,7 +85,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/jruby.yml b/.github/workflows/jruby.yml index 32d1457d..54e60f86 100644 --- a/.github/workflows/jruby.yml +++ b/.github/workflows/jruby.yml @@ -54,7 +54,7 @@ jobs: steps: - name: Checkout if: ${{ !env.ACT }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems if: ${{ !env.ACT }} diff --git a/.github/workflows/legacy-svc-adapters.yml b/.github/workflows/legacy-svc-adapters.yml index ead1fd2c..3fffb79d 100644 --- a/.github/workflows/legacy-svc-adapters.yml +++ b/.github/workflows/legacy-svc-adapters.yml @@ -94,7 +94,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/legacy.yml b/.github/workflows/legacy.yml index d0cf023d..dfb53c42 100644 --- a/.github/workflows/legacy.yml +++ b/.github/workflows/legacy.yml @@ -96,7 +96,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/license-eye.yml b/.github/workflows/license-eye.yml index d5e667dc..7c96fbeb 100644 --- a/.github/workflows/license-eye.yml +++ b/.github/workflows/license-eye.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check Dependencies' License uses: apache/skywalking-eyes/dependency@main diff --git a/.github/workflows/locked_deps.yml b/.github/workflows/locked_deps.yml index b6454780..1fedfd85 100644 --- a/.github/workflows/locked_deps.yml +++ b/.github/workflows/locked_deps.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 2fe1e03c..c990af3b 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/supported-svc-adapters.yml b/.github/workflows/supported-svc-adapters.yml index 8f6b9bd6..f0d0f45d 100644 --- a/.github/workflows/supported-svc-adapters.yml +++ b/.github/workflows/supported-svc-adapters.yml @@ -99,7 +99,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/supported.yml b/.github/workflows/supported.yml index 161e82d2..661af44c 100644 --- a/.github/workflows/supported.yml +++ b/.github/workflows/supported.yml @@ -96,7 +96,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/truffle.yml b/.github/workflows/truffle.yml index 05bc68c7..3468d833 100644 --- a/.github/workflows/truffle.yml +++ b/.github/workflows/truffle.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout if: ${{ (env.ACT && !(startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) || (!env.ACT && (startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) }} - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems if: ${{ (env.ACT && !(startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) || (!env.ACT && (startsWith(matrix.ruby, 'jruby')) || startsWith(matrix.ruby, 'truffleruby')) }} diff --git a/.github/workflows/unlocked_deps.yml b/.github/workflows/unlocked_deps.yml index c6f54ef7..826720aa 100644 --- a/.github/workflows/unlocked_deps.yml +++ b/.github/workflows/unlocked_deps.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/unsupported-svc-adapters.yml b/.github/workflows/unsupported-svc-adapters.yml index 642e4144..3354432f 100644 --- a/.github/workflows/unsupported-svc-adapters.yml +++ b/.github/workflows/unsupported-svc-adapters.yml @@ -88,7 +88,7 @@ jobs: curl -X POST -H "Content-Type: application/json; charset=utf-8" -d '{"name": "admin", "password": "password"}' http://127.0.0.1:5984/_session - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/unsupported.yml b/.github/workflows/unsupported.yml index 71134817..cbf7d69a 100644 --- a/.github/workflows/unsupported.yml +++ b/.github/workflows/unsupported.yml @@ -79,7 +79,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Ruby & RubyGems uses: ruby/setup-ruby@v1