Browse Source

👷 Remove not needed `allow-unsafe-pr-checkout: true` (#15876)

pull/15877/head
Yurii Motov 1 day ago
committed by GitHub
parent
commit
8da95e1842
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/deploy-docs.yml
  2. 1
      .github/workflows/latest-changes.yml
  3. 1
      .github/workflows/notify-translations.yml
  4. 1
      .github/workflows/smokeshow.yml

1
.github/workflows/deploy-docs.yml

@ -25,7 +25,6 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with: with:
persist-credentials: false persist-credentials: false
allow-unsafe-pr-checkout: true
- name: Set up Python - name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with: with:

1
.github/workflows/latest-changes.yml

@ -33,7 +33,6 @@ jobs:
# To allow latest-changes to commit to the main branch # To allow latest-changes to commit to the main branch
token: ${{ secrets.FASTAPI_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env] token: ${{ secrets.FASTAPI_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
persist-credentials: true # required by tiangolo/latest-changes persist-credentials: true # required by tiangolo/latest-changes
allow-unsafe-pr-checkout: true
# Allow debugging with tmate # Allow debugging with tmate
- name: Setup tmate session - name: Setup tmate session
uses: mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24 uses: mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24

1
.github/workflows/notify-translations.yml

@ -33,7 +33,6 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with: with:
persist-credentials: false persist-credentials: false
allow-unsafe-pr-checkout: true
- name: Set up Python - name: Set up Python
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with: with:

1
.github/workflows/smokeshow.yml

@ -22,7 +22,6 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with: with:
persist-credentials: false persist-credentials: false
allow-unsafe-pr-checkout: true
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
with: with:
python-version-file: ".python-version" python-version-file: ".python-version"

Loading…
Cancel
Save