Skip to content

Commit a8c6916

Browse files
committed
Resolve smokeshow.yml
1 parent e95b6e7 commit a8c6916

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:
66
- Test
77
types:
@@ -20,12 +20,15 @@ jobs:
2020
GITHUB_CONTEXT: ${{ toJson(github) }}
2121
run: echo "$GITHUB_CONTEXT"
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
with:
24+
persist-credentials: false
2325
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2426
with:
2527
python-version-file: ".python-version"
2628
- name: Setup uv
2729
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2830
with:
31+
version: "0.11.4"
2932
cache-dependency-glob: |
3033
pyproject.toml
3134
uv.lock
@@ -53,4 +56,4 @@ jobs:
5356
SMOKESHOW_GITHUB_CONTEXT: coverage
5457
SMOKESHOW_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5558
SMOKESHOW_GITHUB_PR_HEAD_SHA: ${{ github.event.workflow_run.head_sha }}
56-
SMOKESHOW_AUTH_KEY: ${{ secrets.SMOKESHOW_AUTH_KEY }}
59+
SMOKESHOW_AUTH_KEY: ${{ secrets.SMOKESHOW_AUTH_KEY }} # zizmor: ignore[secrets-outside-env]

0 commit comments

Comments
 (0)