From 40c23be958411872cac28dfdaef20c83d5ce1e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 11:58:05 +0800 Subject: [PATCH] Bump actions/checkout from 4.2.1 to 4.2.2 (#521) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 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/v4.2.1...v4.2.2) --- 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> (cherry picked from commit 0a41fdb93c94fda132804bd808acad21cc50993b) --- .github/workflows/invoke-codeql-analysis.yml | 2 +- .github/workflows/invoke-devskim-analysis.yml | 2 +- .github/workflows/publish-docker-image.yml | 2 +- .github/workflows/review-deno-code.yml | 2 +- .github/workflows/scan-virus.yml | 2 +- .github/workflows/sync-labels.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/invoke-codeql-analysis.yml b/.github/workflows/invoke-codeql-analysis.yml index 6ccdfc5e..ca64373a 100644 --- a/.github/workflows/invoke-codeql-analysis.yml +++ b/.github/workflows/invoke-codeql-analysis.yml @@ -22,7 +22,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout Repository" - uses: "actions/checkout@v4.2.1" + uses: "actions/checkout@v4.2.2" with: fetch-depth: "0" - name: "Initialize CodeQL" diff --git a/.github/workflows/invoke-devskim-analysis.yml b/.github/workflows/invoke-devskim-analysis.yml index 1f336e8c..9bba298e 100644 --- a/.github/workflows/invoke-devskim-analysis.yml +++ b/.github/workflows/invoke-devskim-analysis.yml @@ -22,7 +22,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout Repository" - uses: "actions/checkout@v4.2.1" + uses: "actions/checkout@v4.2.2" with: fetch-depth: "0" - name: "Analyze Repository" diff --git a/.github/workflows/publish-docker-image.yml b/.github/workflows/publish-docker-image.yml index c0b922e1..200b87db 100644 --- a/.github/workflows/publish-docker-image.yml +++ b/.github/workflows/publish-docker-image.yml @@ -27,7 +27,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout Repository" - uses: "actions/checkout@v4.2.1" + uses: "actions/checkout@v4.2.2" - name: "Setup Docker QEMU" uses: "docker/setup-qemu-action@v3.2.0" - name: "Setup Docker Buildx" diff --git a/.github/workflows/review-deno-code.yml b/.github/workflows/review-deno-code.yml index 0f0449ad..0c91bf4f 100644 --- a/.github/workflows/review-deno-code.yml +++ b/.github/workflows/review-deno-code.yml @@ -30,7 +30,7 @@ jobs: CDV_RUN_LITE: "${{matrix.runon != 'ubuntu-latest'}}" steps: - name: "Checkout Repository" - uses: "actions/checkout@v4.2.1" + uses: "actions/checkout@v4.2.2" - name: "Setup Deno" uses: "denoland/setup-deno@v2.0.1" with: diff --git a/.github/workflows/scan-virus.yml b/.github/workflows/scan-virus.yml index 1210f2d5..126b450a 100644 --- a/.github/workflows/scan-virus.yml +++ b/.github/workflows/scan-virus.yml @@ -42,7 +42,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout Repository" - uses: "actions/checkout@v4.2.1" + uses: "actions/checkout@v4.2.2" with: fetch-depth: "0" - name: "Scan Repository" diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index decdeca1..1542fe27 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -16,7 +16,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Checkout Repository" - uses: "actions/checkout@v4.2.1" + uses: "actions/checkout@v4.2.2" - name: "Sync Labels" uses: "EndBug/label-sync@v2.3.3" with: