File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Smokeshow
22
33on :
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
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]
You can’t perform that action at this time.
0 commit comments