diff --git a/.github/workflows/cherryPickAutomation.yml b/.github/workflows/cherryPickAutomation.yml index a5c516b4c3..cda28c03a7 100644 --- a/.github/workflows/cherryPickAutomation.yml +++ b/.github/workflows/cherryPickAutomation.yml @@ -14,7 +14,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'release-stable') steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cherry pick action @@ -30,7 +30,7 @@ jobs: if: contains(github.event.pull_request.labels.*.name, 'release-v2.5.x') steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 - name: Cherry pick action diff --git a/.github/workflows/fetch_external_docs_reusable.yml b/.github/workflows/fetch_external_docs_reusable.yml index 3729fa13b6..69ecec13eb 100644 --- a/.github/workflows/fetch_external_docs_reusable.yml +++ b/.github/workflows/fetch_external_docs_reusable.yml @@ -68,12 +68,12 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ inputs.base_target_branch }} - name: Checkout external repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: ${{ inputs.base_source_organization }}/${{ inputs.base_source_repository }} path: ./external_repositories/${{ inputs.base_source_repository }} diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 0fbb9e581a..03f57e799c 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 # pinning to SHA to mitigate possible supply chain attack - name: Run markdownlint-cli @@ -30,7 +30,7 @@ jobs: # runs-on: ubuntu-latest # steps: # - name: Checkout repository -# uses: actions/checkout@v5 +# uses: actions/checkout@v6 # # # pinning to SHA to mitigate possible supply chain attack # - name: Check for broken links