Potential fix for code scanning alert no. 407: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
a50810240b
commit
ed0c0d1823
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pre_test.yml
vendored
2
.github/workflows/pre_test.yml
vendored
|
|
@ -6,6 +6,8 @@ on:
|
|||
type: string
|
||||
default: '3.11.x'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
check-uv-lock:
|
||||
name: Validate uv lockfile and project metadata
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue