Skip to content

Commit a0a8253

Browse files
committed
zizmor lints
1 parent e4da88b commit a0a8253

7 files changed

Lines changed: 36 additions & 1 deletion

.github/workflows/docs-linkchecker.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Check linkrot
22

3+
# no permissions by default
4+
permissions: {}
5+
36
on:
47
pull_request:
58
push:
@@ -11,13 +14,15 @@ jobs:
1114

1215
steps:
1316
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
with:
18+
fetch-depth: 0
19+
persist-credentials: false
1420

1521
- name: Set up Python
1622
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1723
with:
1824
python-version: "3.x"
1925

20-
2126
- name: Linkcheck
2227
run: >
2328
set -e

.github/workflows/relock.yml

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

3+
# no permissions by default
4+
permissions: {}
5+
36
on:
47
schedule:
58
- cron: '0 0 1 * *'

.github/workflows/test-env.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test Environment
22

3+
# no permissions by default
4+
permissions: {}
5+
36
on:
47
pull_request:
58

@@ -17,6 +20,9 @@ jobs:
1720

1821
steps:
1922
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
with:
24+
fetch-depth: 0
25+
persist-credentials: false
2026

2127
- name: Setup Micromamba
2228
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6

.github/workflows/test-install-instructions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test Install instructions Section
22

3+
# no permissions by default
4+
permissions: {}
5+
36
on:
47
pull_request:
58

.github/workflows/test_data_access_notebooks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test Data Access Notebook
22

3+
# no permissions by default
4+
permissions: {}
5+
36
on:
47
pull_request:
58

@@ -9,6 +12,9 @@ jobs:
912

1013
steps:
1114
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
with:
16+
fetch-depth: 0
17+
persist-credentials: false
1218

1319
- name: Setup Micromamba
1420
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6

.github/workflows/test_data_analysis_and_visualization_notebooks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test Data Analysis And Visualization Notebooks
22

3+
# no permissions by default
4+
permissions: {}
5+
36
on:
47
pull_request:
58

@@ -9,6 +12,9 @@ jobs:
912

1013
steps:
1114
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
with:
16+
fetch-depth: 0
17+
persist-credentials: false
1218

1319
- name: Setup Micromamba
1420
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6

.github/workflows/test_data_management_notebooks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Test Data Management Notebooks
22

3+
# no permissions by default
4+
permissions: {}
5+
36
on:
47
pull_request:
58

@@ -9,6 +12,9 @@ jobs:
912

1013
steps:
1114
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15+
with:
16+
fetch-depth: 0
17+
persist-credentials: false
1218

1319
- name: Setup Micromamba
1420
uses: mamba-org/setup-micromamba@7f29b8b80078b1b601dfa018b0f7425c587c63bb # v2.0.6

0 commit comments

Comments
 (0)