diff --git a/.github/workflows/PR-powershell-lts.yml b/.github/workflows/PR-powershell-lts.yml index de848fc..1ce5f94 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.1 # 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.1 - 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..5cc2c2f 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.1 # 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.1 - 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..666b1d5 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.1 # 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.1 - 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..66daf52 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.1 - name: Prepare Agent uses: ./.github/workflows/composite/prep diff --git a/.github/workflows/cron-powershell.yml b/.github/workflows/cron-powershell.yml index 432c6a5..c83296d 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.1 - name: Prepare Agent uses: ./.github/workflows/composite/prep diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 0368f29..6c7cb83 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@71cf2267d89c5cb81562390fa70a37fa40b1305e # v2.7.0 with: persist-credentials: false