Skip to content

Commit 72edb64

Browse files
chore: update cuioss-organization workflows to v0.5.3 (#72)
Updates workflow references to SHA `e48599b588d0cf2652b982de998a52b21d9ae5ac` (v0.5.3) This PR was automatically created by the cuioss-organization release workflow. Co-authored-by: cuioss-release-bot <action@github.com>
1 parent 8895af1 commit 72edb64

5 files changed

Lines changed: 5 additions & 5 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@c4852ae3c12a7adcbddbf140043b832ff5e6bc97 # v0.5.2
11+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3
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
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
dependency-review:
13-
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@c4852ae3c12a7adcbddbf140043b832ff5e6bc97 # v0.5.2
13+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3
1414
permissions:
1515
contents: read
1616
pull-requests: write

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# Run on push events, OR on pull_request only if from a fork
1818
# This prevents duplicate runs: push handles internal branches, PR handles forks
1919
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
20-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@c4852ae3c12a7adcbddbf140043b832ff5e6bc97 # v0.5.2
20+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3
2121
secrets:
2222
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2323
OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
1818
permissions:
1919
contents: write
20-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@c4852ae3c12a7adcbddbf140043b832ff5e6bc97 # v0.5.2
20+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3
2121
secrets:
2222
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
2323
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}

.github/workflows/scorecards.yml

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

1414
jobs:
1515
analysis:
16-
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@c4852ae3c12a7adcbddbf140043b832ff5e6bc97 # v0.5.2
16+
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@e48599b588d0cf2652b982de998a52b21d9ae5ac # v0.5.3
1717
permissions:
1818
security-events: write
1919
id-token: write

0 commit comments

Comments
 (0)