Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit ae0cb7b

Browse files
Comply with OpenSSF enforcement
1 parent 413a4ed commit ae0cb7b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Conda package
22

3+
# Declare default permissions as read only.
4+
permissions: read-all
5+
36
on:
47
push:
58
branches:

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: pre-commit
22

3+
# Declare default permissions as read only.
4+
permissions: read-all
5+
36
on:
47
pull_request:
58
push:

0 commit comments

Comments
 (0)