Skip to content

Commit 73a4b4f

Browse files
Merge branch 'develop' into java21
2 parents 9737a14 + 8b29824 commit 73a4b4f

18 files changed

Lines changed: 24 additions & 1481 deletions

.github/workflows/build-doctor.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/cfdeploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ on:
2626
default: ''
2727

2828
permissions:
29+
contents: read
2930
pull-requests: read
3031
packages: read # Added permission to read packages
3132

.github/workflows/gemini-ask.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/workflows/gemini-pr-review.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/gemini_issues_review.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

.github/workflows/internalArticatory.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
required: true
1414
jobs:
1515
build-and-deploy-artifactory:
16+
environment: maven-central
1617
runs-on: ubuntu-latest
1718
permissions:
1819
contents: read

.github/workflows/main-build-and-deploy-oss.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212

1313
update-version:
14+
environment: maven-central
1415
runs-on: ubuntu-latest
1516
#needs: blackduck
1617
steps:

.github/workflows/main-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
build:
1414
name: Build
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: read
1618
strategy:
1719
matrix:
1820
java-version: [ 21 ]
@@ -31,7 +33,7 @@ jobs:
3133
runs-on: ubuntu-latest
3234
needs: [ build ]
3335
permissions:
34-
contents: read
36+
contents: write
3537
packages: write
3638
steps:
3739
- name: Checkout
@@ -98,5 +100,5 @@ jobs:
98100
run: |
99101
mvn -B -ntp -fae -Dmaven.install.skip=true -Dmaven.test.skip=true -DdeployAtEnd=true -DaltDeploymentRepository=github::default::https://maven.pkg.github.com/cap-java/sdm deploy
100102
env:
101-
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
103+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102104
shell: bash

.github/workflows/multiTenancyDeployLocal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ on:
2020
permissions:
2121
pull-requests: read
2222
packages: read # Added permission to read packages
23+
contents: read # allows workflow to checkout private repository
2324

2425
jobs:
2526
deploy:

.github/workflows/singleTenant_deploy_and_Integration_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
workflow_dispatch:
99

1010
permissions:
11+
contents: read
1112
pull-requests: read
1213
packages: read # Added permission to read packages
1314

0 commit comments

Comments
 (0)