diff --git a/.github/workflows/bdw.yml b/.github/workflows/bdw.yml index 12d74cb8e5..f60008ab72 100644 --- a/.github/workflows/bdw.yml +++ b/.github/workflows/bdw.yml @@ -188,12 +188,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: kokkos/kokkos ref: ${{ github.base_ref }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fbcda17691..20b6a634d3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: egress-policy: audit - name: checkout_kokkos_kernels - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: path: kokkos-kernels @@ -52,7 +52,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. - name: checkout_kokkos - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: 'kokkos/kokkos' path: 'kokkos' diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 88b6efd632..7141d09337 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -22,6 +22,6 @@ jobs: egress-policy: audit - name: 'Checkout Repository' - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: 'Dependency Review' uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ff5120ebe9..901e218fdc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,12 +25,12 @@ jobs: doxygen --version - name: checkout_kokkos_kernels - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: kokkos/kokkos ref: 4.3.00 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b428de69db..5517b68dbb 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -13,7 +13,7 @@ jobs: clang-format-check: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Install Dependencies run: sudo apt install clang-format-8 diff --git a/.github/workflows/h100.yml b/.github/workflows/h100.yml index ebf1e2ac39..5fd01d972b 100644 --- a/.github/workflows/h100.yml +++ b/.github/workflows/h100.yml @@ -26,12 +26,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: kokkos/kokkos ref: ${{ github.base_ref }} diff --git a/.github/workflows/mi210.yml b/.github/workflows/mi210.yml index ef0f15c5d4..7b55f065bf 100644 --- a/.github/workflows/mi210.yml +++ b/.github/workflows/mi210.yml @@ -107,12 +107,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: kokkos/kokkos ref: ${{ github.base_ref }} diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index d69b4a2c05..082467d614 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -50,12 +50,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: kokkos/kokkos ref: 4.3.00 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index af518b9a5a..4f4f03469a 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -38,7 +38,7 @@ jobs: egress-policy: audit - name: "Checkout code" - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false diff --git a/.github/workflows/spr.yml b/.github/workflows/spr.yml index 0994f36786..8fe8053f5b 100644 --- a/.github/workflows/spr.yml +++ b/.github/workflows/spr.yml @@ -26,12 +26,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v4.1.6 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: repository: kokkos/kokkos ref: ${{ github.base_ref }}