From 596e589d45b041155f0eb83851d24c9be4b52a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 18:34:23 +0000 Subject: [PATCH] Deps: Bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov-python.yml | 2 +- .github/workflows/container-build-push-2nd-gen.yml | 4 ++-- .github/workflows/container-build-push-3rd-gen.yml | 4 ++-- .github/workflows/container-build-push-feed.yml | 4 ++-- .github/workflows/container-build-push-gea.yml | 4 ++-- .github/workflows/container-push.yml | 4 ++-- .github/workflows/docs-python.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/lint-python.yml | 2 +- .github/workflows/notify-mattermost-cloud-dependapot-pr.yml | 2 +- .github/workflows/test-python.yml | 2 +- .github/workflows/typing-python.yml | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/codecov-python.yml b/.github/workflows/codecov-python.yml index ac3f2c97..657c84a2 100644 --- a/.github/workflows/codecov-python.yml +++ b/.github/workflows/codecov-python.yml @@ -15,7 +15,7 @@ jobs: name: Upload coverage to codecov.io runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install and calculate and upload coverage to codecov.io uses: greenbone/actions/coverage-python@v3 with: diff --git a/.github/workflows/container-build-push-2nd-gen.yml b/.github/workflows/container-build-push-2nd-gen.yml index 00e9d2a3..08fcaa6b 100644 --- a/.github/workflows/container-build-push-2nd-gen.yml +++ b/.github/workflows/container-build-push-2nd-gen.yml @@ -92,7 +92,7 @@ jobs: is-latest-tag: ${{ steps.latest.outputs.is-latest-tag }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.ref-name }} @@ -164,7 +164,7 @@ jobs: annotations: ${{ steps.build-and-push.outputs.annotations }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.ref-name }} diff --git a/.github/workflows/container-build-push-3rd-gen.yml b/.github/workflows/container-build-push-3rd-gen.yml index cd7bcbda..c1764e13 100644 --- a/.github/workflows/container-build-push-3rd-gen.yml +++ b/.github/workflows/container-build-push-3rd-gen.yml @@ -96,7 +96,7 @@ jobs: digest: ${{ steps.build-and-push.outputs.digest }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Container build push 3rd gen id: build-and-push @@ -139,7 +139,7 @@ jobs: image-name: ${{ steps.image-url.outputs.name }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # Since all image URLs are derived from the GitHub repository URL, we need to reformat them to obtain the correct product OCI URLs. # We can remove this step after incorporate everything directly into the respective workflow calls within the service repositories. diff --git a/.github/workflows/container-build-push-feed.yml b/.github/workflows/container-build-push-feed.yml index 36b55aea..d11ceebb 100644 --- a/.github/workflows/container-build-push-feed.yml +++ b/.github/workflows/container-build-push-feed.yml @@ -79,7 +79,7 @@ jobs: annotations: ${{ steps.build-and-push.outputs.annotations }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.ref-name }} @@ -124,7 +124,7 @@ jobs: annotations: ${{ steps.build-and-push.outputs.annotations }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.ref-name }} diff --git a/.github/workflows/container-build-push-gea.yml b/.github/workflows/container-build-push-gea.yml index ea90ce39..016126c1 100644 --- a/.github/workflows/container-build-push-gea.yml +++ b/.github/workflows/container-build-push-gea.yml @@ -167,7 +167,7 @@ jobs: - name: Checkout repository if: ${{ github.event_name != 'pull_request' }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ steps.properties.outputs.ref }} @@ -238,7 +238,7 @@ jobs: runs-on: ${{ matrix.arch.runner }} steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ needs.meta-data.outputs.ref }} diff --git a/.github/workflows/container-push.yml b/.github/workflows/container-push.yml index 428753f1..46005753 100644 --- a/.github/workflows/container-push.yml +++ b/.github/workflows/container-push.yml @@ -127,7 +127,7 @@ jobs: steps: - name: Checkout repository id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.ref-name }} @@ -162,7 +162,7 @@ jobs: steps: - name: Checkout repository id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.ref-name }} diff --git a/.github/workflows/docs-python.yml b/.github/workflows/docs-python.yml index efb202e0..e16a44dc 100644 --- a/.github/workflows/docs-python.yml +++ b/.github/workflows/docs-python.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install poetry and dependencies uses: greenbone/actions/poetry@v3 with: diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ec586d7b..cfa87645 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -39,7 +39,7 @@ jobs: done ls -R merged/ - name: Checkout workflow repository (to get helper script) - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: repository: greenbone/workflows path: helper-repo diff --git a/.github/workflows/lint-python.yml b/.github/workflows/lint-python.yml index 3ac1a354..e17f0c9e 100644 --- a/.github/workflows/lint-python.yml +++ b/.github/workflows/lint-python.yml @@ -24,7 +24,7 @@ jobs: name: Linting runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Check and lint python packages uses: greenbone/actions/lint-python@v3 with: diff --git a/.github/workflows/notify-mattermost-cloud-dependapot-pr.yml b/.github/workflows/notify-mattermost-cloud-dependapot-pr.yml index d759ac26..0e84d237 100644 --- a/.github/workflows/notify-mattermost-cloud-dependapot-pr.yml +++ b/.github/workflows/notify-mattermost-cloud-dependapot-pr.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Fetch old Dependabot PRs id: fetch_prs diff --git a/.github/workflows/test-python.yml b/.github/workflows/test-python.yml index e1f95fd2..6be44a63 100644 --- a/.github/workflows/test-python.yml +++ b/.github/workflows/test-python.yml @@ -17,7 +17,7 @@ jobs: name: Run all tests runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install python, poetry and dependencies uses: greenbone/actions/poetry@v3 with: diff --git a/.github/workflows/typing-python.yml b/.github/workflows/typing-python.yml index 65530cdb..541cd954 100644 --- a/.github/workflows/typing-python.yml +++ b/.github/workflows/typing-python.yml @@ -18,7 +18,7 @@ jobs: name: Check type information runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Run mypy uses: greenbone/actions/mypy-python@v3 with: