Skip to content

Commit 24fcab8

Browse files
cuioss-oliverclaude
andcommitted
fix: correct SHA reference for reusable workflows
The SHA 288f393... was incorrect. Using correct v0.2.0 SHA: 9ce5ba83776bab80eeffb695f7374e334cf6bd9f Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c4dc81f commit 24fcab8

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ on: [pull_request]
55

66
jobs:
77
dependency-review:
8-
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@288f393bf5407c87ffd95c128cdf694761941308 # v0.2.0
8+
uses: cuioss/cuioss-organization/.github/workflows/reusable-dependency-review.yml@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0
99
secrets: inherit

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
# Run on push events, OR on pull_request only if from a fork
1515
# This prevents duplicate runs: push handles internal branches, PR handles forks
1616
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
17-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@288f393bf5407c87ffd95c128cdf694761941308 # v0.2.0
17+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-build.yml@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0
1818
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ permissions:
1515
jobs:
1616
release:
1717
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
18-
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@288f393bf5407c87ffd95c128cdf694761941308 # v0.2.0
18+
uses: cuioss/cuioss-organization/.github/workflows/reusable-maven-release.yml@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0
1919
secrets: inherit

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ on:
1010

1111
jobs:
1212
analysis:
13-
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@288f393bf5407c87ffd95c128cdf694761941308 # v0.2.0
13+
uses: cuioss/cuioss-organization/.github/workflows/reusable-scorecards.yml@9ce5ba83776bab80eeffb695f7374e334cf6bd9f # v0.2.0
1414
secrets: inherit

0 commit comments

Comments
 (0)