mirror of
https://github.com/github/codeql-action.git
synced 2026-04-09 13:42:40 +00:00
Merge pull request #2718 from github/kaeluka/4779-1
Update workflow permissions
This commit is contained in:
2
.github/workflows/query-filters.yml
vendored
2
.github/workflows/query-filters.yml
vendored
@@ -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