Skip to content

Commit

Permalink
[#1457] Update Oztechan/Global digest to d8c3bac
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Nov 16, 2024
1 parent cd25de1 commit bd70df8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/actions/setup-gradle-repo@d8c3bac8260f401449f8eb3abcc20c1dec90b65e

- name: Adding secret files
uses: ./.github/actions/add-secret-files
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/actions/setup-gradle-repo@d8c3bac8260f401449f8eb3abcc20c1dec90b65e

- name: Adding secret files
uses: ./.github/actions/add-secret-files
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/actions/setup-gradle-repo@d8c3bac8260f401449f8eb3abcc20c1dec90b65e

- name: Adding secret files
uses: ./.github/actions/add-secret-files
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/actions/setup-gradle-repo@d8c3bac8260f401449f8eb3abcc20c1dec90b65e

- name: Test
run: ./gradlew test
Expand All @@ -257,7 +257,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/actions/setup-gradle-repo@d8c3bac8260f401449f8eb3abcc20c1dec90b65e

- name: Generate Coverage
run: ./gradlew koverXmlReport
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/actions/setup-gradle-repo@d8c3bac8260f401449f8eb3abcc20c1dec90b65e

- name: Detekt & Lint
run: ./gradlew detektAll lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
ProjectAutomations:
uses: Oztechan/Global/.github/workflows/reusable-project.yml@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/.github/workflows/reusable-project.yml@d8c3bac8260f401449f8eb3abcc20c1dec90b65e
with:
project_id: 2
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

PublishRelease:
uses: Oztechan/Global/.github/workflows/reusable-publish.yml@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/.github/workflows/reusable-publish.yml@d8c3bac8260f401449f8eb3abcc20c1dec90b65e
with:
slack_channel: "ccc-github"
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/actions/setup-gradle-repo@d8c3bac8260f401449f8eb3abcc20c1dec90b65e

- name: Adding secret files
uses: ./.github/actions/add-secret-files
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
status: ${{ steps.status.outputs.status }}
steps:
- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@84e65607bda4eae9e27355cd3c19c6d4aec03ccd
uses: Oztechan/Global/actions/setup-gradle-repo@d8c3bac8260f401449f8eb3abcc20c1dec90b65e

- name: Adding secret files
uses: ./.github/actions/add-secret-files
Expand Down

0 comments on commit bd70df8

Please sign in to comment.