Skip to content

Commit 7b8715a

Browse files
chore: update cuioss-organization workflows to v0.29.0 (#342)
Updates workflow references to SHA `bb77fb40cd78606e630f0c2c856ff6d224203ac9` (v0.29.0) This PR was automatically created by the cuioss-organization release workflow. Co-authored-by: cuioss-release-bot <action@github.com>
1 parent fa493e1 commit 7b8715a

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions:
88

99
jobs:
1010
auto-merge:
11-
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@7f1bac840abf425e30dcc8b01b45fdf9b74889bd # v0.28.0
11+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@bb77fb40cd78606e630f0c2c856ff6d224203ac9 # v0.29.0
1212
permissions:
1313
contents: write
1414
pull-requests: write

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
dependency-review:
12-
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@7f1bac840abf425e30dcc8b01b45fdf9b74889bd # v0.28.0
12+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@bb77fb40cd78606e630f0c2c856ff6d224203ac9 # v0.29.0
1313
permissions:
1414
contents: read
1515
pull-requests: write

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
integration-tests:
17-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-integration-tests.yml@7f1bac840abf425e30dcc8b01b45fdf9b74889bd # v0.28.0
17+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-integration-tests.yml@bb77fb40cd78606e630f0c2c856ff6d224203ac9 # v0.29.0
1818
with:
1919
# This job's own history sits at ~16 minutes (15m33s - 16m39s over the last
2020
# four green runs), against the reusable workflow's 20-minute default. ~20%

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
build:
20-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@7f1bac840abf425e30dcc8b01b45fdf9b74889bd # v0.28.0
20+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@bb77fb40cd78606e630f0c2c856ff6d224203ac9 # v0.29.0
2121
secrets:
2222
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2323
OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}

.github/workflows/pr-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727

2828
jobs:
2929
review:
30-
uses: cuioss/cuioss-organization/.github/workflows/reusable-pr-agent-review.yml@7f1bac840abf425e30dcc8b01b45fdf9b74889bd # v0.28.0
30+
uses: cuioss/cuioss-organization/.github/workflows/reusable-pr-agent-review.yml@bb77fb40cd78606e630f0c2c856ff6d224203ac9 # v0.29.0
3131
# Map only what the reviewer needs. `secrets: inherit` would hand it every secret this
3232
# repo can see (GPG keys, Sonatype credentials, SONAR_TOKEN, …) for no reason; these two
3333
# are the whole requirement, because Vertex AI is reached keylessly.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
&& (github.event_name != 'pull_request' || github.event.pull_request.merged == true)
9292
permissions:
9393
contents: write
94-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@7f1bac840abf425e30dcc8b01b45fdf9b74889bd # v0.28.0
94+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@bb77fb40cd78606e630f0c2c856ff6d224203ac9 # v0.29.0
9595
secrets:
9696
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
9797
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Read the released version
174174
id: config
175-
uses: cuioss/cuioss-organization/.github/actions/read-project-config@7f1bac840abf425e30dcc8b01b45fdf9b74889bd # v0.28.0
175+
uses: cuioss/cuioss-organization/.github/actions/read-project-config@bb77fb40cd78606e630f0c2c856ff6d224203ac9 # v0.29.0
176176
with:
177177
config-path: .release-config/.github/project.yml
178178

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
analysis:
15-
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@7f1bac840abf425e30dcc8b01b45fdf9b74889bd # v0.28.0
15+
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@bb77fb40cd78606e630f0c2c856ff6d224203ac9 # v0.29.0
1616
permissions:
1717
security-events: write
1818
id-token: write

0 commit comments

Comments
 (0)