diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 2e8c20bf95..ef5f9a64cb 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -69,7 +69,7 @@ jobs: ROCPROFILER_PC_SAMPLING_BETA_ENABLED: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 04ebddb155..e8187af787 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -73,7 +73,7 @@ jobs: sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 10 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 20 --slave /usr/bin/g++ g++ /usr/bin/g++-12 --slave /usr/bin/gcov gcov /usr/bin/gcov-12 - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: 'true' diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 06fd44a510..bdb03da368 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -66,7 +66,7 @@ jobs: CORE_EXT_RUNNER: mi3xx steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install requirements timeout-minutes: 10 @@ -197,7 +197,7 @@ jobs: OS_TYPE: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install requirements timeout-minutes: 10 @@ -276,7 +276,7 @@ jobs: GCC_COMPILER_VERSION: 13 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install requirements timeout-minutes: 10 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 760f9a1404..a9a16ec488 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -37,7 +37,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true - name: Setup Pages @@ -100,7 +100,7 @@ jobs: sudo apt-get update sudo apt-get install -y git - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: submodules: true - name: Create Docs Directory diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index bf78b9c4ad..2150c16a87 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -22,7 +22,7 @@ jobs: ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Extract branch name shell: bash @@ -56,7 +56,7 @@ jobs: ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies run: | @@ -94,7 +94,7 @@ jobs: ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Extract branch name shell: bash @@ -128,7 +128,7 @@ jobs: runs-on: AMD-ROCm-Internal-dev1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Find missing new line shell: bash diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index d2f0ae1344..458174a09c 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -22,7 +22,7 @@ jobs: python-version: ['3.8', '3.10', '3.12'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5 with: diff --git a/.github/workflows/restrictions.yml b/.github/workflows/restrictions.yml index 4acabe08b8..d573c08204 100644 --- a/.github/workflows/restrictions.yml +++ b/.github/workflows/restrictions.yml @@ -32,7 +32,7 @@ jobs: FOLDERS: "source/lib/common source/lib/rocprofiler-sdk source/lib/rocprofiler-sdk-roctx" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/.github/workflows/rocm_release_compatibility.yml b/.github/workflows/rocm_release_compatibility.yml index b5a7e21030..506b3393fc 100644 --- a/.github/workflows/rocm_release_compatibility.yml +++ b/.github/workflows/rocm_release_compatibility.yml @@ -52,7 +52,7 @@ jobs: apt-get update apt-get install -y git - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install requirements if: ${{ matrix.rocm-release == '6.2' }}