Skip to content

Commit fe6519b

Browse files
committed
chore: update cuioss-organization workflows to v0.2.5
1 parent 1b58512 commit fe6519b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0
13+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@ec064afa50233b0897c5a98d5792e3ee5833e718 # v0.2.5
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@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0
20+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@ec064afa50233b0897c5a98d5792e3ee5833e718 # v0.2.5
2121
secrets:
2222
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2323
OSS_SONATYPE_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}

.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@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0
16+
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@ec064afa50233b0897c5a98d5792e3ee5833e718 # v0.2.5
1717
permissions:
1818
security-events: write
1919
id-token: write

0 commit comments

Comments
 (0)