Skip to content

Commit fff83fe

Browse files
actions-userrenovate[bot]
authored andcommitted
Pin JavierSegoviaCordoba/reusable-workflows action to 34fd388
1 parent 90c5c6f commit fff83fe

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/apply-format.yaml

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

66
jobs:
77
apply-format:
8-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/apply-format.yaml@main
8+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/apply-format.yaml@34fd38844e1c27ceddc6f62d257f50a690843c22 # main
99
secrets: inherit

.github/workflows/build-changelog-renovate-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
add-updated-dependencies-to-changelog:
10-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-changelog-renovate-bot.yaml@main
10+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-changelog-renovate-bot.yaml@34fd38844e1c27ceddc6f62d257f50a690843c22 # main
1111
with:
1212
renovate-branch: 'renovate/all-dependencies'
1313
secrets: inherit

.github/workflows/build-kotlin-dispatcher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@main
18+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@34fd38844e1c27ceddc6f62d257f50a690843c22 # main
1919
with:
2020
gradle-args: '${{ github.event.inputs.gradle-args }}'
2121
allow-github-actor-bots: false

.github/workflows/build-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
build:
18-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@main
18+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/build-kotlin.yaml@34fd38844e1c27ceddc6f62d257f50a690843c22 # main
1919
with:
2020
allow-github-actor-bots: false
2121
deploy-docs: false

.github/workflows/fix-checks.yaml

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

66
jobs:
77
fix-checks:
8-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/fix-checks.yaml@main
8+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/fix-checks.yaml@34fd38844e1c27ceddc6f62d257f50a690843c22 # main
99
secrets: inherit

.github/workflows/generate-version-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
generate:
31-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/generate-version-tag.yaml@main
31+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/generate-version-tag.yaml@34fd38844e1c27ceddc6f62d257f50a690843c22 # main
3232
with:
3333
stage: '${{ github.event.inputs.stage }}'
3434
scope: '${{ github.event.inputs.scope }}'

.github/workflows/publish-kotlin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish:
10-
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/publish-kotlin.yaml@main
10+
uses: JavierSegoviaCordoba/reusable-workflows/.github/workflows/publish-kotlin.yaml@34fd38844e1c27ceddc6f62d257f50a690843c22 # main
1111
with:
1212
publish-maven-central: true
1313
publish-gradle-plugin-portal: true

0 commit comments

Comments
 (0)