diff --git a/.github/workflows/ci_file_health.yaml b/.github/workflows/ci_file_health.yaml index 59a234292..48bc52f59 100644 --- a/.github/workflows/ci_file_health.yaml +++ b/.github/workflows/ci_file_health.yaml @@ -17,6 +17,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Setup python uses: actions/setup-python@v5 diff --git a/.github/workflows/ci_macos.yaml b/.github/workflows/ci_macos.yaml index 216d3a2fd..11fa622ba 100644 --- a/.github/workflows/ci_macos.yaml +++ b/.github/workflows/ci_macos.yaml @@ -28,6 +28,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Install dependencies uses: Wandalen/wretry.action@v3 diff --git a/.github/workflows/ci_python.yaml b/.github/workflows/ci_python.yaml index e3183da5a..871614dad 100644 --- a/.github/workflows/ci_python.yaml +++ b/.github/workflows/ci_python.yaml @@ -16,6 +16,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Setup python (auxiliary scripts) uses: actions/setup-python@v5 diff --git a/.github/workflows/ci_ubuntu.yaml b/.github/workflows/ci_ubuntu.yaml index bb47d5724..db4536a80 100644 --- a/.github/workflows/ci_ubuntu.yaml +++ b/.github/workflows/ci_ubuntu.yaml @@ -30,6 +30,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Install dependencies run: | diff --git a/.github/workflows/ci_webui.yaml b/.github/workflows/ci_webui.yaml index 2c9d87f4b..f17920d8f 100644 --- a/.github/workflows/ci_webui.yaml +++ b/.github/workflows/ci_webui.yaml @@ -21,6 +21,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Setup nodejs uses: actions/setup-node@v4 diff --git a/.github/workflows/ci_windows.yaml b/.github/workflows/ci_windows.yaml index 7d51381bf..c7e0414f8 100644 --- a/.github/workflows/ci_windows.yaml +++ b/.github/workflows/ci_windows.yaml @@ -27,6 +27,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Setup devcmd uses: ilammy/msvc-dev-cmd@v1 diff --git a/.github/workflows/coverity-scan.yaml b/.github/workflows/coverity-scan.yaml index 9b6e9e8ff..dae137238 100644 --- a/.github/workflows/coverity-scan.yaml +++ b/.github/workflows/coverity-scan.yaml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + with: + persist-credentials: false - name: Install dependencies run: |