From dda3ede842ecf65832ab4e89df0dea65d02f4004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 03:09:33 +0000 Subject: [PATCH] Bump actions/checkout from 2.7.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.7.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v2.7.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/PR-powershell-daily.yml | 4 ++-- .github/workflows/PR-powershell-lts.yml | 4 ++-- .github/workflows/PR-powershell-preview.yml | 4 ++-- .github/workflows/PR-powershell.yml | 4 ++-- .github/workflows/cron-powershell-daily.yml | 2 +- .github/workflows/cron-powershell-preview.yml | 2 +- .github/workflows/cron-powershell.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/PR-powershell-daily.yml b/.github/workflows/PR-powershell-daily.yml index e39a434..e88add6 100644 --- a/.github/workflows/PR-powershell-daily.yml +++ b/.github/workflows/PR-powershell-daily.yml @@ -40,7 +40,7 @@ jobs: workflows: ${{ steps.filter.outputs.workflows }} steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 # For pull requests it's not necessary to checkout the code - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0 @@ -64,7 +64,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Check for applicable files uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 diff --git a/.github/workflows/PR-powershell-lts.yml b/.github/workflows/PR-powershell-lts.yml index 3b9a37e..de848fc 100644 --- a/.github/workflows/PR-powershell-lts.yml +++ b/.github/workflows/PR-powershell-lts.yml @@ -38,7 +38,7 @@ jobs: workflows: ${{ steps.filter.outputs.workflows }} steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 # For pull requests it's not necessary to checkout the code - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0 @@ -62,7 +62,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Prepare Agent uses: ./.github/workflows/composite/prep diff --git a/.github/workflows/PR-powershell-preview.yml b/.github/workflows/PR-powershell-preview.yml index 630d75c..c55d5e6 100644 --- a/.github/workflows/PR-powershell-preview.yml +++ b/.github/workflows/PR-powershell-preview.yml @@ -38,7 +38,7 @@ jobs: workflows: ${{ steps.filter.outputs.workflows }} steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 # For pull requests it's not necessary to checkout the code - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0 @@ -62,7 +62,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Check for applicable files uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 diff --git a/.github/workflows/PR-powershell.yml b/.github/workflows/PR-powershell.yml index ea1b13c..294ca1b 100644 --- a/.github/workflows/PR-powershell.yml +++ b/.github/workflows/PR-powershell.yml @@ -40,7 +40,7 @@ jobs: workflows: ${{ steps.filter.outputs.workflows }} steps: - name: checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 # For pull requests it's not necessary to checkout the code - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.2.0 @@ -64,7 +64,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Check for applicable files uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 diff --git a/.github/workflows/cron-powershell-daily.yml b/.github/workflows/cron-powershell-daily.yml index 0778544..ba887cc 100644 --- a/.github/workflows/cron-powershell-daily.yml +++ b/.github/workflows/cron-powershell-daily.yml @@ -29,7 +29,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Prepare Agent uses: ./.github/workflows/composite/prep diff --git a/.github/workflows/cron-powershell-preview.yml b/.github/workflows/cron-powershell-preview.yml index 15d86f3..73c14b5 100644 --- a/.github/workflows/cron-powershell-preview.yml +++ b/.github/workflows/cron-powershell-preview.yml @@ -28,7 +28,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Prepare Agent uses: ./.github/workflows/composite/prep diff --git a/.github/workflows/cron-powershell.yml b/.github/workflows/cron-powershell.yml index 05d5378..432c6a5 100644 --- a/.github/workflows/cron-powershell.yml +++ b/.github/workflows/cron-powershell.yml @@ -29,7 +29,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 - name: Prepare Agent uses: ./.github/workflows/composite/prep diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d13ca10..b38b363 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v2.7.0 with: persist-credentials: false