Skip to content

Commit bd73e24

Browse files
chore: update cuioss-organization workflows to v0.2.8 (#46)
Updates workflow references to SHA `d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4` (v0.2.8) This PR was automatically created by the cuioss-organization release workflow. Co-authored-by: cuioss-release-bot <action@github.com>
1 parent b1d44b6 commit bd73e24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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@3f9cd7e3bb36442219efdc7d0e79aea15881dc78 # v0.2.7
13+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4 # v0.2.8
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@3f9cd7e3bb36442219efdc7d0e79aea15881dc78 # v0.2.7
20+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4 # v0.2.8
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@3f9cd7e3bb36442219efdc7d0e79aea15881dc78 # v0.2.7
16+
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@d38bc3643f0d0faa34ece1c2d854cf97f9a0abd4 # v0.2.8
1717
permissions:
1818
security-events: write
1919
id-token: write

0 commit comments

Comments
 (0)