From 675532c70f966c60056223709185e6be546e3088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:43:31 +0000 Subject: [PATCH] :arrow_up: bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/codecov.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a00f1c77..8e7f01f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: issues: write steps: - name: Checkout Code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4 - name: MegaLinter id: ml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4 - name: Set up poetry and install uses: ./.github/actions/setup-poetry @@ -60,7 +60,7 @@ jobs: fail-fast: false steps: - name: Check out - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4 - name: Set up poetry and install uses: ./.github/actions/setup-poetry @@ -76,5 +76,5 @@ jobs: contents: read steps: - name: Check out - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4 - uses: ./.github/actions/e2e-testing diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 933413ec..81cbc26c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4 - name: Set up poetry and install uses: ./.github/actions/setup-poetry @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest needs: test steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Get coverage diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8cf5c094..0fc993d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: registry: ${{ env.IMAGE_REGISTRY }} - name: Check out - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4 with: persist-credentials: false