Skip to content

Commit b25ff80

Browse files
authored
Merge pull request matplotlib#30332 from tacaswell/harden_gha
CI: Harden GHA configuration
2 parents 93ed6de + 59bc11f commit b25ff80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reviewdog.yml renamed to .github/workflows/linting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
with:
1515
fetch-depth: 0
16+
persist-credentials: false
1617
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1718
with:
1819
python-version: "3.x"

0 commit comments

Comments
 (0)