Skip to content

Commit

Permalink
Merge pull request #347 from IntelPython/openssf-compliance
Browse files Browse the repository at this point in the history
Comply with OpenSSF enforcement
  • Loading branch information
AndresGuzman-Ballen authored Apr 12, 2024
2 parents bece9a4 + 69c9e16 commit 2fb19c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

name: build and run

# Declare default permissions as read only.
permissions: read-all

on:
pull_request:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

name: Conda package

# Declare default permissions as read only.
permissions: read-all

on:
push:
branches:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

name: pre-commit

# Declare default permissions as read only.
permissions: read-all

on:
pull_request:

Expand Down

0 comments on commit 2fb19c0

Please sign in to comment.