Skip to content

Commit 7112f56

Browse files
Merge pull request #49 from IntelPython/openssf-compliance
Comply with OpenSSF enforcement
2 parents 0504dbd + c627a92 commit 7112f56

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
name: github pages
2+
3+
# Declare default permissions as read only.
4+
permissions: read-all
5+
26
on:
37
push:
48
branches:

.github/workflows/mandelbrot_build_test_deploy.yml

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

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

.github/workflows/mcpi_build_test_upload.yml

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

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

.github/workflows/python_style_checks.yml

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

33
name: coding style
44

5+
# Declare default permissions as read only.
6+
permissions: read-all
7+
58
# Controls when the action will run. Triggers the workflow on push or pull request
69
# events but only for the master branch
710
on:

0 commit comments

Comments
 (0)