From 1102ce861862ed88313004feee44853a5806fd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:05:27 +0000 Subject: [PATCH] build(deps): bump actions/checkout in the versions group Bumps the versions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.3.1 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.3.1...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: versions ... Signed-off-by: dependabot[bot] --- .github/workflows/call-detekt-validation.yml | 2 +- .github/workflows/call-gradle-wrapper-validation.yml | 2 +- .github/workflows/call-publish-validation.yml | 2 +- .github/workflows/call-release-mkdocs.yml | 4 ++-- .github/workflows/call-release.yml | 4 ++-- .github/workflows/call-tests-validation.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/call-detekt-validation.yml b/.github/workflows/call-detekt-validation.yml index 663c30b..eca156d 100644 --- a/.github/workflows/call-detekt-validation.yml +++ b/.github/workflows/call-detekt-validation.yml @@ -6,7 +6,7 @@ jobs: name: "Check project by detekt" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.0 - name: Set up JDK 1.17 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/call-gradle-wrapper-validation.yml b/.github/workflows/call-gradle-wrapper-validation.yml index 29cb46a..6d2dd5e 100644 --- a/.github/workflows/call-gradle-wrapper-validation.yml +++ b/.github/workflows/call-gradle-wrapper-validation.yml @@ -7,6 +7,6 @@ jobs: name: "Gradle Wrapper Validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.0 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v3 \ No newline at end of file diff --git a/.github/workflows/call-publish-validation.yml b/.github/workflows/call-publish-validation.yml index a4616cc..657f255 100644 --- a/.github/workflows/call-publish-validation.yml +++ b/.github/workflows/call-publish-validation.yml @@ -29,7 +29,7 @@ jobs: ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYID }} ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.0 - name: Set up JDK 1.17 uses: actions/setup-java@v5 with: diff --git a/.github/workflows/call-release-mkdocs.yml b/.github/workflows/call-release-mkdocs.yml index ac0c381..602e73c 100644 --- a/.github/workflows/call-release-mkdocs.yml +++ b/.github/workflows/call-release-mkdocs.yml @@ -9,7 +9,7 @@ jobs: outputs: DOCS_FILES_CHANGED: ${{ steps.docs_changed.outputs.any_changed }} steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: submodules: 'recursive' - name: Check that docs changed @@ -24,7 +24,7 @@ jobs: if: needs.check_docs_files_change.outputs.DOCS_FILES_CHANGED == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.0 - uses: actions/setup-python@v6 with: python-version: 3.x diff --git a/.github/workflows/call-release.yml b/.github/workflows/call-release.yml index bf83f12..3c4074a 100644 --- a/.github/workflows/call-release.yml +++ b/.github/workflows/call-release.yml @@ -24,7 +24,7 @@ jobs: ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYID }} ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGINMEMORYKEYPASSWORD }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.0 - name: Set up JDK 1.17 uses: actions/setup-java@v5 with: @@ -44,7 +44,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.0 # steps.properties.outputs.project-version-string # steps.properties.outputs.project-name - uses: christian-draeger/read-properties@1.1.1 diff --git a/.github/workflows/call-tests-validation.yml b/.github/workflows/call-tests-validation.yml index 0f65f64..ca5fbf4 100644 --- a/.github/workflows/call-tests-validation.yml +++ b/.github/workflows/call-tests-validation.yml @@ -11,7 +11,7 @@ jobs: name: "Run tests" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7.0.0 - name: Set up JDK 1.17 uses: actions/setup-java@v5 with: