Skip to content

Commit

Permalink
workflow: adding permissions in workflow files (kokkos#2357)
Browse files Browse the repository at this point in the history
This should make the OSS scorecard a little happier?

Signed-off-by: Luc <[email protected]>
  • Loading branch information
lucbv authored Oct 4, 2024
1 parent 89b4437 commit f72b3a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bdw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Reusable BDW workflow
on:
workflow_call

permissions:
contents: none

jobs:
# PR_BDW_GNU1020_OPENMP_LEFT_REL_NOETI:
# name: PR_BDW_GNU1020_OPENMP_LEFT_REL_NOETI
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/h100.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Reusable H100 workflow
on:
workflow_call

permissions:
contents: none

jobs:
PR_HOPPER90_CUDA1180_CUDA_LEFT_RIGHT_REL:
name: PR_HOPPER90_CUDA1180_CUDA_LEFT_RIGHT_REL
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mi210.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Reusable MI210 workflow
on:
workflow_call

permissions:
contents: none

jobs:
PR_VEGA90A_ROCM561_HIP_SERIAL_LEFT:
name: PR_VEGA90A_ROCM561_HIP_SERIAL_LEFT
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/spr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Reusable SPR workflow
on:
workflow_call

permissions:
contents: none

jobs:
PR_SPR_ONEAPI202310_OPENMP_LEFT_MKLBLAS_MKLLAPACK_REL:
name: PR_SPR_ONEAPI202310_OPENMP_LEFT_MKLBLAS_MKLLAPACK_REL
Expand Down

0 comments on commit f72b3a2

Please sign in to comment.