From 47c06148e204f330eb756a03f8597091ee936b67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:53:42 +0200 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.0.0 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

v3.0.1

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=3.6.0&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/codeql.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/scorecards.yml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index e412fd48a2..3b81a24c73 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -13,7 +13,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" with: # `towncrier check` runs `git diff --name-only origin/main...`, which # needs a non-shallow clone. diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f86de1308..eb5dc4173c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" - name: "Setup Python" uses: "actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1" @@ -99,7 +99,7 @@ jobs: timeout-minutes: 40 steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" - name: "Traefik: Prerequisites - CA, Host, Tools (Linux)" if: ${{ matrix.traefik-server && contains(matrix.os, 'ubuntu') }} @@ -271,7 +271,7 @@ jobs: needs: test steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" - name: "Setup Python" uses: "actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1" diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 381e4e5fc5..023a377de5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -20,7 +20,7 @@ jobs: security-events: write steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" - name: "Run CodeQL init" uses: "github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a" diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a0a79058db..349f00089e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -19,7 +19,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" - name: "Setup Python" uses: "actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4f35cbf9b4..63b6844d12 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" - name: "Setup Python" uses: "actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3cfc45b960..eecb1e17ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" - name: "Setup Python" uses: "actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1" diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 1496016ef0..13c9118ee9 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -21,7 +21,7 @@ jobs: steps: - name: "Checkout repository" - uses: "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744" + uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" with: persist-credentials: false