File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7- - " releases/**"
7+ - releases/**
88 pull_request :
99 workflow_dispatch :
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 run_kotlin_tests :
1316 name : Run kotlin tests
2023 permissions :
2124 id-token : write
2225 contents : read
23- uses : HSLdevcom/jore4-tools/.github/workflows/shared-build-and-publish-docker-image.yml@shared-build-and-publish-docker-image-v1
26+ uses : HSLdevcom/jore4-tools/.github/workflows/shared-build-and-publish-docker-image.yml@shared-build-and-publish-docker-image-v6
2427 with :
2528 docker_image_name : jore4-timetables-api
2629 build_arm64_image : true
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ name: Check renovatebot config
33on :
44 pull_request :
55
6+ permissions :
7+ contents : read
8+
69jobs :
710 validate :
811 name : Validate renovatebot config
9- uses : HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v1
12+ uses : HSLdevcom/jore4-tools/.github/workflows/shared-check-renovatebot-config.yml@shared-check-renovatebot-config-v2
1013 with :
1114 config_file_path : .github/renovate.json5
1215 checkout_submodules : recursive
Original file line number Diff line number Diff line change 44 # this workflow is only called by others, won't be executed on itself
55 workflow_call :
66
7+ permissions :
8+ contents : read
9+
710env :
811 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
912
1417
1518 steps :
1619 - name : Checkout code
17- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
1821 with :
1922 submodules : recursive
2023
Original file line number Diff line number Diff line change 55 pull_request :
66 branches : [main, releases/**]
77
8+ permissions :
9+ contents : read
10+
811env :
912 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1013
1518
1619 steps :
1720 - name : Checkout code
18- uses : actions/checkout@v5
21+ uses : actions/checkout@v6
1922 with :
2023 submodules : recursive
2124
You can’t perform that action at this time.
0 commit comments