File tree 5 files changed +13
-1
lines changed
src/main/kotlin/no/nav/syfo/cronjob/dialogmoteOutdated
5 files changed +13
-1
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
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class DialogmoteOutdatedCronjob(
72
72
}
73
73
74
74
companion object {
75
- private val uuids = listOf (" f7759bd6-43ac-4670-9b4b-4fa880c66783 " )
75
+ private val uuids = listOf (" 04a6187c-8a0b-4167-944b-92104f21f9cf " )
76
76
private val log = LoggerFactory .getLogger(DialogmoteOutdatedCronjob ::class .java)
77
77
}
78
78
}
You can’t perform that action at this time.
0 commit comments