Browse Source
Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard). Changes: .github/workflows/build-docs.yml | 8 ++++---- .github/workflows/contributors.yml | 4 ++-- .github/workflows/deploy-docs.yml | 4 ++-- .github/workflows/detect-conflicts.yml | 2 +- .github/workflows/issue-manager.yml | 2 +- .github/workflows/label-approved.yml | 2 +- .github/workflows/latest-changes.yml | 4 ++-- .github/workflows/notify-translations.yml | 4 ++-- .github/workflows/people.yml | 4 ++-- .github/workflows/pre-commit.yml | 6 +++--- .github/workflows/publish.yml | 2 +- .github/workflows/smokeshow.yml | 2 +- .github/workflows/sponsors.yml | 4 ++-- .github/workflows/test-redistribute.yml | 2 +- .github/workflows/test.yml | 12 ++++++------ .github/workflows/topic-repos.yml | 2 +- .github/workflows/translate.yml | 6 +++--- 17 files changed, 35 insertions(+), 35 deletions(-)pull/15229/head
17 changed files with 35 additions and 35 deletions
@ -27,7 +27,7 @@ jobs: |
|||||
env: |
env: |
||||
GITHUB_CONTEXT: ${{ toJson(github) }} |
GITHUB_CONTEXT: ${{ toJson(github) }} |
||||
run: echo "$GITHUB_CONTEXT" |
run: echo "$GITHUB_CONTEXT" |
||||
- uses: tiangolo/[email protected] |
- uses: tiangolo/issue-manager@2fb3484ec9279485df8659e8ec73de262431737d # 0.6.0 |
||||
with: |
with: |
||||
token: ${{ secrets.GITHUB_TOKEN }} |
token: ${{ secrets.GITHUB_TOKEN }} |
||||
config: > |
config: > |
||||
|
|||||
@ -32,11 +32,11 @@ jobs: |
|||||
token: ${{ secrets.FASTAPI_LATEST_CHANGES }} |
token: ${{ secrets.FASTAPI_LATEST_CHANGES }} |
||||
# Allow debugging with tmate |
# Allow debugging with tmate |
||||
- name: Setup tmate session |
- name: Setup tmate session |
||||
uses: mxschmitt/action-tmate@v3 |
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3 |
||||
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }} |
||||
with: |
with: |
||||
limit-access-to-actor: true |
limit-access-to-actor: true |
||||
- uses: tiangolo/[email protected] |
- uses: tiangolo/latest-changes@c9d329cb147f0ddf4fb631214e3f838ff17ccbbd # 0.4.1 |
||||
with: |
with: |
||||
token: ${{ secrets.GITHUB_TOKEN }} |
token: ${{ secrets.GITHUB_TOKEN }} |
||||
latest_changes_file: docs/en/docs/release-notes.md |
latest_changes_file: docs/en/docs/release-notes.md |
||||
|
|||||
@ -42,7 +42,7 @@ jobs: |
|||||
with: |
with: |
||||
python-version-file: ".python-version" |
python-version-file: ".python-version" |
||||
- name: Setup uv |
- name: Setup uv |
||||
uses: astral-sh/setup-uv@v7 |
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 |
||||
with: |
with: |
||||
cache-dependency-glob: | |
cache-dependency-glob: | |
||||
pyproject.toml |
pyproject.toml |
||||
@ -65,7 +65,7 @@ jobs: |
|||||
git commit -m "🎨 Auto format" |
git commit -m "🎨 Auto format" |
||||
git push |
git push |
||||
fi |
fi |
||||
- uses: pre-commit-ci/[email protected] |
- uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0 |
||||
if: env.HAS_SECRETS == 'false' |
if: env.HAS_SECRETS == 'false' |
||||
with: |
with: |
||||
msg: 🎨 Auto format |
msg: 🎨 Auto format |
||||
@ -85,6 +85,6 @@ jobs: |
|||||
GITHUB_CONTEXT: ${{ toJson(github) }} |
GITHUB_CONTEXT: ${{ toJson(github) }} |
||||
run: echo "$GITHUB_CONTEXT" |
run: echo "$GITHUB_CONTEXT" |
||||
- name: Decide whether the needed jobs succeeded or failed |
- name: Decide whether the needed jobs succeeded or failed |
||||
uses: re-actors/alls-green@release/v1 |
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1 |
||||
with: |
with: |
||||
jobs: ${{ toJSON(needs) }} |
jobs: ${{ toJSON(needs) }} |
||||
|
|||||
Loading…
Reference in new issue