Skip to content

Commit 69c9e16

Browse files
Comply with OpenSSF enforcement
1 parent bece9a4 commit 69c9e16

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/build_and_run.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
name: build and run
66

7+
# Declare default permissions as read only.
8+
permissions: read-all
9+
710
on:
811
pull_request:
912

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
name: Conda package
66

7+
# Declare default permissions as read only.
8+
permissions: read-all
9+
710
on:
811
push:
912
branches:

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
name: pre-commit
66

7+
# Declare default permissions as read only.
8+
permissions: read-all
9+
710
on:
811
pull_request:
912

0 commit comments

Comments
 (0)