Skip to content

Commit edf0db6

Browse files
committed
Resolve smokeshow.yml
1 parent da64e64 commit edf0db6

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

@@ -17,12 +17,15 @@ jobs:
1717
GITHUB_CONTEXT: ${{ toJson(github) }}
1818
run: echo "$GITHUB_CONTEXT"
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+
with:
21+
persist-credentials: false
2022
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2123
with:
2224
python-version-file: ".python-version"
2325
- name: Setup uv
2426
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2527
with:
28+
version: "0.11.4"
2629
cache-dependency-glob: |
2730
pyproject.toml
2831
uv.lock
@@ -40,4 +43,4 @@ jobs:
4043
SMOKESHOW_GITHUB_CONTEXT: coverage
4144
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4245
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.workflow_run.head_sha }}
43-
SMOKESHOW_AUTH_KEY: ${{ secrets.SMOKESHOW_AUTH_KEY }}
46+
SMOKESHOW_AUTH_KEY: ${{ secrets.SMOKESHOW_AUTH_KEY }} # zizmor: ignore[secrets-outside-env]

0 commit comments

Comments
 (0)