Skip to content

Commit 2fb19c0

Browse files
Merge pull request #347 from IntelPython/openssf-compliance
Comply with OpenSSF enforcement
2 parents bece9a4 + 69c9e16 commit 2fb19c0

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)