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