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:
Alex 2022-09-02 17:31:57 +01:00 committed by Vadim Zeitlin
parent 966ebcc93d
commit db3feb65c6

View file

@ -45,6 +45,9 @@ on:
- '*.yml'
- 'wxwidgets.props'
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.runner }}