Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
auto-merge:
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@ab447694b019d30edc56f2ff7c5100ba731ca590 # v0.15.3
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@b42917c5ac86d3c6cff290b3107b384c3d1a6fb2 # v0.15.4
permissions:
contents: write
pull-requests: write
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ permissions:

jobs:
dependency-review:
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@ab447694b019d30edc56f2ff7c5100ba731ca590 # v0.15.3
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@b42917c5ac86d3c6cff290b3107b384c3d1a6fb2 # v0.15.4
permissions:
contents: read
pull-requests: write
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
integration-tests:
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-integration-tests.yml@ab447694b019d30edc56f2ff7c5100ba731ca590 # v0.15.3
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-integration-tests.yml@b42917c5ac86d3c6cff290b3107b384c3d1a6fb2 # v0.15.4
with:
report-name: integration-tests
maven-args-input: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
build:
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@ab447694b019d30edc56f2ff7c5100ba731ca590 # v0.15.3
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@b42917c5ac86d3c6cff290b3107b384c3d1a6fb2 # v0.15.4
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:

jobs:
review:
uses: cuioss/cuioss-organization/.github/workflows/reusable-pr-agent-review.yml@ab447694b019d30edc56f2ff7c5100ba731ca590 # v0.15.3
uses: cuioss/cuioss-organization/.github/workflows/reusable-pr-agent-review.yml@b42917c5ac86d3c6cff290b3107b384c3d1a6fb2 # v0.15.4
# Map only what the reviewer needs. `secrets: inherit` would hand it every secret this
# repo can see (GPG keys, Sonatype credentials, SONAR_TOKEN, …) for no reason; these two
# are the whole requirement, because Vertex AI is reached keylessly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
release:
permissions:
contents: write
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@ab447694b019d30edc56f2ff7c5100ba731ca590 # v0.15.3
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@b42917c5ac86d3c6cff290b3107b384c3d1a6fb2 # v0.15.4
secrets:
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
analysis:
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@ab447694b019d30edc56f2ff7c5100ba731ca590 # v0.15.3
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@b42917c5ac86d3c6cff290b3107b384c3d1a6fb2 # v0.15.4
permissions:
security-events: write
id-token: write
Expand Down
Loading