Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[red-knot] Property test workflow: Fix issue label, link to CI run (#…
…15361) ## Summary See title. Had to make a minor change, because it failed the zizmor pre-commit check otherwise: ``` error[template-injection]: code injection via template expansion --> /home/shark/ruff/.github/workflows/daily_fuzz.yaml:68:9 | 68 | - uses: actions/github-script@v7 | __________^ 69 | | with: 70 | | github-token: ${{ secrets.GITHUB_TOKEN }} 71 | | script: | | | ___________^ 72 | || await github.rest.issues.create({ ... || 77 | || labels: ["bug", "parser", "fuzzer"], 78 | || }) | || ^ | ||_______________| | |_______________this step | github.server_url may expand into attacker-controllable code | = note: audit confidence → High ```
- Loading branch information