Use read-only permissions for CMake CI workflow too
This wasn't done in 64add326f6 (Restrict job permissions in GitHub
actions workflows, 2022-06-27) for some reason.
See #22574.
Closes #22769.
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
This commit is contained in:
parent
966ebcc93d
commit
db3feb65c6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci_cmake.yml
vendored
3
.github/workflows/ci_cmake.yml
vendored
|
|
@ -45,6 +45,9 @@ on:
|
|||
- '*.yml'
|
||||
- 'wxwidgets.props'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.runner }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue