Skip to content

Commit edc8bbb

Browse files
reduce credential availability
1 parent 02f2d82 commit edc8bbb

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v6
28+
with:
29+
persist-credentials: false
2830

2931
- name: Initialize CodeQL
3032
uses: github/codeql-action/init@v4

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v6
22+
with:
23+
persist-credentials: false
2224
- name: Set up Python
2325
uses: actions/setup-python@v6
2426
with:

.github/workflows/unittests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v6
21+
with:
22+
persist-credentials: false
2123
- name: Set up Python ${{ matrix.python-version }}
2224
uses: actions/setup-python@v6
2325
with:

.github/workflows/verification.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v6
14+
with:
15+
persist-credentials: false
1416
- name: Set up Python
1517
uses: actions/setup-python@v6
1618
with:

0 commit comments

Comments
 (0)