From e0784384273c033d03c0dca1db09c4b780e2bfb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 22:23:48 +0000 Subject: [PATCH] ci: bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/linter.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/semantic-commits.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) mode change 100755 => 100644 .github/workflows/ci.yml mode change 100755 => 100644 .github/workflows/codeql.yml mode change 100755 => 100644 .github/workflows/dependency-review.yml mode change 100755 => 100644 .github/workflows/linter.yml mode change 100755 => 100644 .github/workflows/release.yml mode change 100755 => 100644 .github/workflows/semantic-commits.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 index f3b766a..0e4bbc9 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: steps: - name: Clone - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Find tests run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml old mode 100755 new mode 100644 index a7f328f..5d44279 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,7 +26,7 @@ jobs: - javascript-typescript steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml old mode 100755 new mode 100644 index cbe020c..14ed89b --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -10,7 +10,7 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/dependency-review-action@v5 with: fail-on-severity: high diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml old mode 100755 new mode 100644 index 3880f33..8db77d3 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,7 +19,7 @@ jobs: if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: '3.10' @@ -43,7 +43,7 @@ jobs: with: python-version: '3.10' - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Cache pip uses: actions/cache@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml old mode 100755 new mode 100644 index 7c87721..b1e6480 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: RELEASE_AUTH_TOKEN: ${{ secrets.RELEASE_TOKEN != '' && secrets.RELEASE_TOKEN || github.token }} steps: - name: Checkout Entire Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/semantic-commits.yml b/.github/workflows/semantic-commits.yml old mode 100755 new mode 100644 index 4d9f4ce..4adb9d5 --- a/.github/workflows/semantic-commits.yml +++ b/.github/workflows/semantic-commits.yml @@ -15,7 +15,7 @@ jobs: name: Check Commit Titles runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 200