We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077c63a commit ceb9d4dCopy full SHA for ceb9d4d
.github/workflows/main.yaml
@@ -1,11 +1,10 @@
1
-# Built from:
2
-# https://docs.github.com/en/actions/guides/building-and-testing-python
3
-# https://github.com/actions/setup-python/
4
-
+# Action passes pedantic check with zizmor 1.3.0, https://woodruffw.github.io/zizmor/
5
name: Build and test linkml-runtime
6
7
on: [pull_request]
8
+permissions: {}
+
9
jobs:
10
test:
11
strategy:
@@ -17,7 +16,8 @@ jobs:
17
16
- os: windows-latest
18
python-version: "3.8"
19
runs-on: ${{ matrix.os }}
20
+ permissions:
+ contents: read
21
steps:
22
23
#----------------------------------------------
@@ -33,6 +33,7 @@ jobs:
33
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
34
with:
35
fetch-depth: 0
36
+ persist-credentials: false
37
38
- name: Set up Python ${{ matrix.python-version }}
39
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
0 commit comments