ci: don't persist credentials in actions/checkout (#1422)

This commit is contained in:
Daniel Hast
2025-11-03 06:29:07 -05:00
committed by GitHub
parent bafa15c8f1
commit 9e9e6c9d55
8 changed files with 41 additions and 6 deletions

View File

@@ -28,6 +28,8 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v5.0.0
with:
persist-credentials: false
- name: Install needed components
run: |
@@ -158,6 +160,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5.0.0
with:
persist-credentials: false
- name: Install needed components
run: |