1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 04:32:57 +08:00

build: harden ci.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>
This commit is contained in:
Alex 2022-09-25 18:00:28 +02:00
parent 96bcfea26f
commit 38f0524e88

View File

@ -4,6 +4,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
inspect-code:
name: Code Quality