]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Remove not needed `allow-unsafe-pr-checkout: true` (#15876)
authorYurii Motov <109919500+YuriiMotov@users.noreply.github.com>
Tue, 30 Jun 2026 18:57:35 +0000 (20:57 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 18:57:35 +0000 (20:57 +0200)
.github/workflows/deploy-docs.yml
.github/workflows/latest-changes.yml
.github/workflows/notify-translations.yml
.github/workflows/smokeshow.yml

index be377df9461c882b465b6908f0c19ecfa50f4671..d8353ad559ffe4efaafb8ff5da969c40e7522f23 100644 (file)
@@ -25,7 +25,6 @@ jobs:
       - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
         with:
           persist-credentials: false
-          allow-unsafe-pr-checkout: true
       - name: Set up Python
         uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
         with:
index f934823fe32da87df99220df50c0a0750355c42b..111b47424050d2f4e8bfb86331854919cf6d34c9 100644 (file)
@@ -33,7 +33,6 @@ jobs:
           # To allow latest-changes to commit to the main branch
           token: ${{ secrets.FASTAPI_LATEST_CHANGES }}  # zizmor: ignore[secrets-outside-env]
           persist-credentials: true # required by tiangolo/latest-changes
-          allow-unsafe-pr-checkout: true
       # Allow debugging with tmate
       - name: Setup tmate session
         uses: mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24
index d2175f30d6fe9515433127c6d1522ac3ce136528..aa006978c921333498776f81b15489613adc0483 100644 (file)
@@ -33,7 +33,6 @@ jobs:
       - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
         with:
           persist-credentials: false
-          allow-unsafe-pr-checkout: true
       - name: Set up Python
         uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
         with:
index 5e2f2ea550c69429e64eae4a45a1caa76a81b60c..41804cee90e1853efad2299b05003d10b0797f6a 100644 (file)
@@ -22,7 +22,6 @@ jobs:
       - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
         with:
           persist-credentials: false
-          allow-unsafe-pr-checkout: true
       - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
         with:
           python-version-file: ".python-version"