File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
monitor :
12
+ permissions :
13
+ actions : read
14
+ contents : read
15
+ security-events : write
12
16
uses : navikt/isworkflows/.github/workflows/codeql.yml@master
13
17
with :
14
18
languages : " [ 'java' ]"
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
dependency_submission :
12
+ permissions :
13
+ contents : write
12
14
uses : navikt/isworkflows/.github/workflows/gradle-dependency-submission.yml@master
13
15
secrets : inherit
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
deploy-dev :
13
13
name : Deploy to NAIS Dev-gcp
14
+ permissions :
15
+ contents : read
16
+ id-token : write
14
17
uses : navikt/isworkflows/.github/workflows/manual-deploy-dev.yml@master
15
18
with :
16
19
git-commit : ${{ github.event.inputs.gitCommit }}
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
build-and-deploy :
7
+ permissions :
8
+ contents : read
9
+ id-token : write
7
10
uses : navikt/isworkflows/.github/workflows/kotlin-build-deploy.yml@master
8
11
secrets : inherit
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments