From 653f30f7de5757e7228e55150d1752e7f7f14886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:33:10 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 7.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build-publish-lib.yml | 2 +- .github/workflows/ci-docker-build-publish-image.yml | 2 +- .github/workflows/ci-docker-build-publish-integrasjonspunkt.yml | 2 +- .github/workflows/ci-docker-build-scan-integrasjonspunkt.yml | 2 +- .github/workflows/ci-docker-container-scan.yml | 2 +- .github/workflows/ci-maven-build-lib.yml | 2 +- .github/workflows/ci-maven-build.yml | 2 +- .github/workflows/ci-maven-deploy.yml | 2 +- .github/workflows/ci-maven-install-deploy-lib.yml | 2 +- .github/workflows/ci-pr-checks-lib.yml | 2 +- .github/workflows/ci-pr-checks.yml | 2 +- .github/workflows/ci-quarkus-build-publish-image.yml | 2 +- .github/workflows/ci-quarkus-container-scan.yml | 2 +- .github/workflows/ci-spring-boot-build-publish-image.yml | 2 +- .github/workflows/ci-spring-boot-container-scan.yml | 2 +- .github/workflows/misc-approve-and-merge-dependabot-pr.yml | 2 +- .github/workflows/test-k6-build-docker.yml | 2 +- .github/workflows/test-k6-build-publish-docker.yml | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci-build-publish-lib.yml b/.github/workflows/ci-build-publish-lib.yml index 295fb58f..019cfef9 100644 --- a/.github/workflows/ci-build-publish-lib.yml +++ b/.github/workflows/ci-build-publish-lib.yml @@ -136,7 +136,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 with: fetch-depth: ${{ inputs.fetch-depth }} diff --git a/.github/workflows/ci-docker-build-publish-image.yml b/.github/workflows/ci-docker-build-publish-image.yml index ce924313..002459b7 100644 --- a/.github/workflows/ci-docker-build-publish-image.yml +++ b/.github/workflows/ci-docker-build-publish-image.yml @@ -154,7 +154,7 @@ jobs: container-registry: ${{ inputs.container-registry }} - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Build image env: diff --git a/.github/workflows/ci-docker-build-publish-integrasjonspunkt.yml b/.github/workflows/ci-docker-build-publish-integrasjonspunkt.yml index 3d9760f3..10cd974e 100644 --- a/.github/workflows/ci-docker-build-publish-integrasjonspunkt.yml +++ b/.github/workflows/ci-docker-build-publish-integrasjonspunkt.yml @@ -123,7 +123,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 with: fetch-depth: ${{ inputs.fetch-depth }} diff --git a/.github/workflows/ci-docker-build-scan-integrasjonspunkt.yml b/.github/workflows/ci-docker-build-scan-integrasjonspunkt.yml index 258a8f8b..406bd0c7 100644 --- a/.github/workflows/ci-docker-build-scan-integrasjonspunkt.yml +++ b/.github/workflows/ci-docker-build-scan-integrasjonspunkt.yml @@ -111,7 +111,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-docker-container-scan.yml b/.github/workflows/ci-docker-container-scan.yml index 19336560..18c0ba3f 100644 --- a/.github/workflows/ci-docker-container-scan.yml +++ b/.github/workflows/ci-docker-container-scan.yml @@ -107,7 +107,7 @@ jobs: container-registry: "my-local-registry" - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Build image env: diff --git a/.github/workflows/ci-maven-build-lib.yml b/.github/workflows/ci-maven-build-lib.yml index 15506191..ea65dd6e 100644 --- a/.github/workflows/ci-maven-build-lib.yml +++ b/.github/workflows/ci-maven-build-lib.yml @@ -135,7 +135,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-maven-build.yml b/.github/workflows/ci-maven-build.yml index 44b42a8e..15543353 100644 --- a/.github/workflows/ci-maven-build.yml +++ b/.github/workflows/ci-maven-build.yml @@ -137,7 +137,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-maven-deploy.yml b/.github/workflows/ci-maven-deploy.yml index a57bdb58..9164a232 100644 --- a/.github/workflows/ci-maven-deploy.yml +++ b/.github/workflows/ci-maven-deploy.yml @@ -114,7 +114,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-maven-install-deploy-lib.yml b/.github/workflows/ci-maven-install-deploy-lib.yml index 22b99d77..0851acd3 100644 --- a/.github/workflows/ci-maven-install-deploy-lib.yml +++ b/.github/workflows/ci-maven-install-deploy-lib.yml @@ -125,7 +125,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 with: fetch-depth: ${{ inputs.fetch-depth }} diff --git a/.github/workflows/ci-pr-checks-lib.yml b/.github/workflows/ci-pr-checks-lib.yml index 6166c352..b1540cb5 100644 --- a/.github/workflows/ci-pr-checks-lib.yml +++ b/.github/workflows/ci-pr-checks-lib.yml @@ -151,7 +151,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-pr-checks.yml b/.github/workflows/ci-pr-checks.yml index 54e90816..00355bdd 100644 --- a/.github/workflows/ci-pr-checks.yml +++ b/.github/workflows/ci-pr-checks.yml @@ -223,7 +223,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-quarkus-build-publish-image.yml b/.github/workflows/ci-quarkus-build-publish-image.yml index 8e0447be..22036581 100644 --- a/.github/workflows/ci-quarkus-build-publish-image.yml +++ b/.github/workflows/ci-quarkus-build-publish-image.yml @@ -180,7 +180,7 @@ jobs: container-registry: ${{ inputs.container-registry }} - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-quarkus-container-scan.yml b/.github/workflows/ci-quarkus-container-scan.yml index 213dae8c..2e22857b 100644 --- a/.github/workflows/ci-quarkus-container-scan.yml +++ b/.github/workflows/ci-quarkus-container-scan.yml @@ -127,7 +127,7 @@ jobs: image-name: ${{ inputs.image-name }} container-registry: "my-local-registry" - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-spring-boot-build-publish-image.yml b/.github/workflows/ci-spring-boot-build-publish-image.yml index 3ad39131..f02bacde 100644 --- a/.github/workflows/ci-spring-boot-build-publish-image.yml +++ b/.github/workflows/ci-spring-boot-build-publish-image.yml @@ -194,7 +194,7 @@ jobs: image-tag: ${{ inputs.image-tag }} - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/ci-spring-boot-container-scan.yml b/.github/workflows/ci-spring-boot-container-scan.yml index ee026973..5f7cbbf8 100644 --- a/.github/workflows/ci-spring-boot-container-scan.yml +++ b/.github/workflows/ci-spring-boot-container-scan.yml @@ -137,7 +137,7 @@ jobs: container-registry: "my-local-registry" - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Set up JDK ${{ inputs.java-version }} uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # pin@v5.2.0 diff --git a/.github/workflows/misc-approve-and-merge-dependabot-pr.yml b/.github/workflows/misc-approve-and-merge-dependabot-pr.yml index 35eb547c..45cdb4e7 100644 --- a/.github/workflows/misc-approve-and-merge-dependabot-pr.yml +++ b/.github/workflows/misc-approve-and-merge-dependabot-pr.yml @@ -70,7 +70,7 @@ jobs: if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Fetch update types id: update-types diff --git a/.github/workflows/test-k6-build-docker.yml b/.github/workflows/test-k6-build-docker.yml index 86639e19..6fcde7d1 100644 --- a/.github/workflows/test-k6-build-docker.yml +++ b/.github/workflows/test-k6-build-docker.yml @@ -82,7 +82,7 @@ jobs: image-name: ${{ inputs.image-name }} container-registry: "my-local-registry" - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Copy k6-tests to docker temp run: | diff --git a/.github/workflows/test-k6-build-publish-docker.yml b/.github/workflows/test-k6-build-publish-docker.yml index ac7b7c31..2f01de75 100644 --- a/.github/workflows/test-k6-build-publish-docker.yml +++ b/.github/workflows/test-k6-build-publish-docker.yml @@ -101,7 +101,7 @@ jobs: image-name: ${{ inputs.image-name }} container-registry: ${{ secrets.REGISTRY_URL }} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # pin@v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1 - name: Find and replace image version for ${{ steps.image-metadata.outputs.image-tag }} in version endpoint uses: jacobtomlinson/gha-find-replace@f1069b438f125e5395d84d1c6fd3b559a7880cb5 # pin@v3.0.5