From cad29bd6ee4eac6f217cd8fd3174f82e78a55ef2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 19:42:18 +0000 Subject: [PATCH] Update actions/checkout action to v4.2.0 --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docker-image.yaml | 2 +- .github/workflows/nodejs-pr.yaml | 2 +- .github/workflows/prettier.yaml | 2 +- .github/workflows/release.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 39c83400..c6b1148d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 4f44028f..e14ea1f0 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Log in to the Container registry uses: docker/login-action@v3.3.0 diff --git a/.github/workflows/nodejs-pr.yaml b/.github/workflows/nodejs-pr.yaml index 3bb5816a..e5c39073 100644 --- a/.github/workflows/nodejs-pr.yaml +++ b/.github/workflows/nodejs-pr.yaml @@ -13,7 +13,7 @@ jobs: matrix: node-version: [18.x] steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4.0.4 with: diff --git a/.github/workflows/prettier.yaml b/.github/workflows/prettier.yaml index 7a09ea6b..eb889e2a 100644 --- a/.github/workflows/prettier.yaml +++ b/.github/workflows/prettier.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.head_ref }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7c95c05..b72f54b6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow