Skip to content

Commit 644065a

Browse files
committed
Resolve smokeshow.yml
1 parent 1cac765 commit 644065a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/smokeshow.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Smokeshow
22

33
on:
4-
workflow_run:
4+
workflow_run: # zizmor: ignore[dangerous-triggers]
55
workflows: [Test]
66
types: [completed]
77

@@ -13,12 +13,15 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
with:
17+
persist-credentials: false
1618
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1719
with:
1820
python-version-file: ".python-version"
1921
- name: Setup uv
2022
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2123
with:
24+
version: "0.11.4"
2225
cache-dependency-glob: |
2326
pyproject.toml
2427
uv.lock
@@ -46,4 +49,4 @@ jobs:
4649
SMOKESHOW_GITHUB_CONTEXT: coverage
4750
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4851
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.workflow_run.head_sha }}
49-
SMOKESHOW_AUTH_KEY: ${{ secrets.SMOKESHOW_AUTH_KEY }}
52+
SMOKESHOW_AUTH_KEY: ${{ secrets.SMOKESHOW_AUTH_KEY }} # zizmor: ignore[secrets-outside-env]

0 commit comments

Comments
 (0)