From 05cd95b9098b3a61fcfbb99db6cc7aa761f835d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:14:08 +0200 Subject: [PATCH] chore(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#295) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [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/d632683dd7b4114ad314bca15554477dd762a938...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 +- .github/workflows/main-serverless-service.yml | 6 +++--- .github/workflows/pr-serverless-service.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e6eac5a..58dd581 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 # 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 31fe1f1..36c3201 100644 --- a/.github/workflows/main-serverless-service.yml +++ b/.github/workflows/main-serverless-service.yml @@ -42,7 +42,7 @@ jobs: BRANCH_NAME: ${{ github.ref }} REPO_NAME: ${{ github.repository }} - name: Check out repository code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -107,7 +107,7 @@ jobs: BRANCH_NAME: ${{ github.ref }} REPO_NAME: ${{ github.repository }} - name: Check out repository code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -146,7 +146,7 @@ jobs: if: contains('refs/heads/main', github.ref) steps: - name: Check out repository code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 with: diff --git a/.github/workflows/pr-serverless-service.yml b/.github/workflows/pr-serverless-service.yml index 33c0232..495606e 100644 --- a/.github/workflows/pr-serverless-service.yml +++ b/.github/workflows/pr-serverless-service.yml @@ -40,7 +40,7 @@ jobs: REPO_NAME: ${{ github.repository }} ENVIRONMENT: "DEV" - name: Check out repository code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install poetry run: pipx install poetry - name: Set up Python @@ -64,7 +64,7 @@ jobs: id-token: write # required for requesting the JWT (GitHub OIDC) steps: - name: Check out repository code - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install poetry run: pipx install poetry - name: Set up Python