mirror of
https://github.com/github/codeql-action
synced 2026-05-23 20:00:54 +03:00
permissions block in query-filters.yml
This commit is contained in:
@@ -20,6 +20,8 @@ jobs:
|
||||
name: Query Filters Tests
|
||||
timeout-minutes: 45
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read # This permission is needed to allow the GitHub Actions workflow to read the contents of the repository.
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user