Skip to content

Commit 051254a

Browse files
chore: update cuioss-organization workflows to v0.6.2 (#186)
Updates workflow references to SHA `8fce8938a4e92b4164650d083dbbf9c5601c6dfb` (v0.6.2) This PR was automatically created by the cuioss-organization release workflow. Co-authored-by: cuioss-release-bot <action@github.com>
1 parent e4b8292 commit 051254a

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@f124d251b4ef1c80424dc231afbd4d884d9c90fa # v0.6.1
11+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependabot-auto-merge.yml@8fce8938a4e92b4164650d083dbbf9c5601c6dfb # v0.6.2
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@f124d251b4ef1c80424dc231afbd4d884d9c90fa # v0.6.1
12+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@8fce8938a4e92b4164650d083dbbf9c5601c6dfb # v0.6.2
1313
permissions:
1414
contents: read
1515
pull-requests: write

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Run on push events, OR on pull_request only if from a fork
1717
# This prevents duplicate runs: push handles internal branches, PR handles forks
1818
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
19-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@f124d251b4ef1c80424dc231afbd4d884d9c90fa # v0.6.1
19+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@8fce8938a4e92b4164650d083dbbf9c5601c6dfb # v0.6.2
2020
secrets:
2121
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2222
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
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: write
1818
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
19-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@f124d251b4ef1c80424dc231afbd4d884d9c90fa # v0.6.1
19+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@8fce8938a4e92b4164650d083dbbf9c5601c6dfb # v0.6.2
2020
secrets:
2121
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
2222
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
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
analysis:
15-
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@f124d251b4ef1c80424dc231afbd4d884d9c90fa # v0.6.1
15+
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@8fce8938a4e92b4164650d083dbbf9c5601c6dfb # v0.6.2
1616
permissions:
1717
security-events: write
1818
id-token: write

0 commit comments

Comments
 (0)