mirror of
https://github.com/dorny/paths-filter.git
synced 2026-03-10 16:34:28 +00:00
Potential fix for code scanning alert no. 14: Workflow does not contain permissions (#14)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
parent
9450b9d008
commit
4fad01a9ab
@ -97,6 +97,8 @@ jobs:
|
||||
|
||||
test-local-changes:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
||||
- run: echo "NEW FILE" > local
|
||||
|
||||
Loading…
Reference in New Issue
Block a user