diff --git a/.github/workflows/api-surface-area-review-verification.yml b/.github/workflows/api-surface-area-review-verification.yml index 7489fee42d7c..be449de66f87 100644 --- a/.github/workflows/api-surface-area-review-verification.yml +++ b/.github/workflows/api-surface-area-review-verification.yml @@ -15,7 +15,7 @@ jobs: api-surface-area-review-verification: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Verifies updates to protected/public APIs have been reviewed and approved by the team, if any id: api-surface-area-review-verification if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-api-surface-area-change') }} diff --git a/.github/workflows/changelog-verification.yml b/.github/workflows/changelog-verification.yml index e39917c80c27..2d42640f332c 100644 --- a/.github/workflows/changelog-verification.yml +++ b/.github/workflows/changelog-verification.yml @@ -15,7 +15,7 @@ jobs: changelog-verification: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Check for changelog entry if: ${{ !contains(github.event.pull_request.labels.*.name, 'changelog-not-required') }} run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 48f3f08a6b46..e6f53683dae2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Add any setup steps before running the `github/codeql-action/init` action. # This includes steps like installing compilers or runtimes (`actions/setup-node` diff --git a/.github/workflows/issue-regression-labeler.yml b/.github/workflows/issue-regression-labeler.yml index 9ba107d3b0ce..d84d55fc81a5 100644 --- a/.github/workflows/issue-regression-labeler.yml +++ b/.github/workflows/issue-regression-labeler.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Fetch template body id: check_regression - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} TEMPLATE_BODY: ${{ github.event.issue.body }} diff --git a/.github/workflows/lock-conversation-closed-pr.yml b/.github/workflows/lock-conversation-closed-pr.yml index 0e75c1b07aa1..3f1fb85e9508 100644 --- a/.github/workflows/lock-conversation-closed-pr.yml +++ b/.github/workflows/lock-conversation-closed-pr.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - name: Lock PR conversation on Close - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: diff --git a/.github/workflows/mixed-version-compatibility-review.yml b/.github/workflows/mixed-version-compatibility-review.yml index 548d4b530737..75728e32a3ab 100644 --- a/.github/workflows/mixed-version-compatibility-review.yml +++ b/.github/workflows/mixed-version-compatibility-review.yml @@ -15,7 +15,7 @@ jobs: mixed-version-compatibility-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/new-module-verification.yml b/.github/workflows/new-module-verification.yml index 74f13b3fd90f..8442e1183372 100644 --- a/.github/workflows/new-module-verification.yml +++ b/.github/workflows/new-module-verification.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/s3-regression-tests.yml b/.github/workflows/s3-regression-tests.yml index ae19c356cbed..7e9fe47386b8 100644 --- a/.github/workflows/s3-regression-tests.yml +++ b/.github/workflows/s3-regression-tests.yml @@ -17,7 +17,7 @@ jobs: outputs: run_tests: ${{ contains(github.event.pull_request.labels.*.name, 'force-s3-regression-tests') || steps.check-changes.outputs.has_s3_related_changes }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Check for changes related to s3