From 1e18de67422837f0f132612dc17868e158a1c69d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 12:25:53 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.2 to 5.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/PR-powershell-lts.yml | 4 ++-- .github/workflows/PR-powershell-preview.yml | 4 ++-- .github/workflows/PR-powershell.yml | 4 ++-- .github/workflows/cron-powershell-preview.yml | 2 +- .github/workflows/cron-powershell.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/PR-powershell-lts.yml b/.github/workflows/PR-powershell-lts.yml index de848fc..807031c 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.2.2 + uses: actions/checkout@v5.0.0 # 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.2.2 + uses: actions/checkout@v5.0.0 - 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 c55d5e6..9191fc4 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.2.2 + uses: actions/checkout@v5.0.0 # 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.2.2 + uses: actions/checkout@v5.0.0 - 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 294ca1b..385136c 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.2.2 + uses: actions/checkout@v5.0.0 # 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.2.2 + uses: actions/checkout@v5.0.0 - name: Check for applicable files uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 diff --git a/.github/workflows/cron-powershell-preview.yml b/.github/workflows/cron-powershell-preview.yml index 73c14b5..031bd74 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.2.2 + uses: actions/checkout@v5.0.0 - name: Prepare Agent uses: ./.github/workflows/composite/prep diff --git a/.github/workflows/cron-powershell.yml b/.github/workflows/cron-powershell.yml index 432c6a5..45ed2d4 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.2.2 + uses: actions/checkout@v5.0.0 - name: Prepare Agent uses: ./.github/workflows/composite/prep diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c103527..d37d108 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v2.7.0 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v2.7.0 with: persist-credentials: false