David Peter
b6562ed57e
[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
```
2025-01-08 22:47:16 +01:00
..
2025-01-08 22:47:16 +01:00
2024-12-16 17:32:49 +00:00
2024-11-27 08:09:04 +00:00
2024-03-12 22:32:42 -05:00
2023-05-24 02:17:38 +00:00
2025-01-02 21:53:45 +00:00
2025-01-06 15:07:46 +00:00