Skip to content

Commit

Permalink
CodeQL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed May 2, 2024
1 parent cca6d80 commit e5aa73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: checkout_kokkos
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
with:
repository: kokkos/kokkos
ref: 4.3.00
path: kokkos
repository: 'kokkos/kokkos'
ref: '4.3.00'
path: 'kokkos'

- name: configure_kokkos
run: |
Expand Down

0 comments on commit e5aa73a

Please sign in to comment.