diff --git a/.github/workflows/bdw.yml b/.github/workflows/bdw.yml index f60008ab72..450a0975ab 100644 --- a/.github/workflows/bdw.yml +++ b/.github/workflows/bdw.yml @@ -188,12 +188,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: kokkos/kokkos ref: ${{ github.base_ref }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 06328c83c1..073453d075 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: 'kokkos/kokkos' path: 'kokkos' diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index b911317970..1792f0181c 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: 'Dependency Review' uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 901e218fdc..9690446a4f 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: kokkos/kokkos ref: 4.3.00 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5517b68dbb..08b541587f 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install Dependencies run: sudo apt install clang-format-8 diff --git a/.github/workflows/h100.yml b/.github/workflows/h100.yml index 5fd01d972b..0d20177b96 100644 --- a/.github/workflows/h100.yml +++ b/.github/workflows/h100.yml @@ -26,12 +26,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: kokkos/kokkos ref: ${{ github.base_ref }} diff --git a/.github/workflows/mi210.yml b/.github/workflows/mi210.yml index 7b55f065bf..9735e405f1 100644 --- a/.github/workflows/mi210.yml +++ b/.github/workflows/mi210.yml @@ -107,12 +107,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: kokkos/kokkos ref: ${{ github.base_ref }} diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 082467d614..fa23b5dd72 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -50,12 +50,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: kokkos/kokkos ref: 4.3.00 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 2885ca7fae..dee549daeb 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false diff --git a/.github/workflows/spr.yml b/.github/workflows/spr.yml index 8fe8053f5b..c38d04ac8d 100644 --- a/.github/workflows/spr.yml +++ b/.github/workflows/spr.yml @@ -26,12 +26,12 @@ jobs: steps: - name: checkout_kokkos_kernels - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: path: kokkos-kernels - name: checkout_kokkos - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: repository: kokkos/kokkos ref: ${{ github.base_ref }}