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
..
2024-12-16 17:32:49 +00:00
2025-01-08 15:34:33 +00:00
2025-01-04 12:52:08 +01:00
2025-01-08 22:47:16 +01:00
2025-01-08 22:47:16 +01:00
2024-06-27 13:44:11 +02:00
2024-12-16 17:45:46 +00:00
2025-01-06 15:07:46 +00:00
2024-12-09 00:42:06 +00:00
2024-12-29 21:29:37 -05:00
2024-12-09 00:42:06 +00:00
2024-12-12 20:29:48 +05:30
2025-01-08 12:52:07 +01:00