Skip to content

Commit

Permalink
Comply with OpenSSF enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresGuzman-Ballen committed Apr 9, 2024
1 parent bece9a4 commit 69c9e16
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 69c9e16

Please sign in to comment.