From 4e5f5bb17a469cbc3463610fa70b79ecfef18c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:20:40 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml.yml | 2 +- .github/workflows/main-serverless-service.yml | 6 +++--- .github/workflows/pr-serverless-service.yml | 4 ++-- .github/workflows/scorecard.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml.yml b/.github/workflows/codeql-analysis.yml.yml index a5c11456..42e46103 100644 --- a/.github/workflows/codeql-analysis.yml.yml +++ b/.github/workflows/codeql-analysis.yml.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main-serverless-service.yml b/.github/workflows/main-serverless-service.yml index b41bb8e9..2ec91624 100644 --- a/.github/workflows/main-serverless-service.yml +++ b/.github/workflows/main-serverless-service.yml @@ -34,7 +34,7 @@ jobs: BRANCH_NAME: ${{ github.ref }} REPO_NAME: ${{ github.repository }} - name: Check out repository code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -100,7 +100,7 @@ jobs: BRANCH_NAME: ${{ github.ref }} REPO_NAME: ${{ github.repository }} - name: Check out repository code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -139,7 +139,7 @@ jobs: if: contains('refs/heads/main', github.ref) steps: - name: Check out repository code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Set up Python uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 with: diff --git a/.github/workflows/pr-serverless-service.yml b/.github/workflows/pr-serverless-service.yml index 044f4efa..fd9947ae 100644 --- a/.github/workflows/pr-serverless-service.yml +++ b/.github/workflows/pr-serverless-service.yml @@ -31,7 +31,7 @@ jobs: BRANCH_NAME: ${{ github.ref }} REPO_NAME: ${{ github.repository }} - name: Check out repository code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -55,7 +55,7 @@ jobs: id-token: write # required for requesting the JWT (GitHub OIDC) steps: - name: Check out repository code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Install poetry run: pipx install poetry - name: Set up Python diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 2d0ce3c2..764f574c 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false