Skip to content

Commit

Permalink
[#1457] Update Oztechan/Global digest to 54ed8a1 (#3736)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Jul 27, 2024
1 parent 5642364 commit 6e42abd
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@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/actions/setup-gradle-repo@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba

- 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@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/actions/setup-gradle-repo@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba

- 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@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/actions/setup-gradle-repo@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba

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

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/actions/setup-gradle-repo@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba

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

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/actions/setup-gradle-repo@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba

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

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/setup-gradle-repo@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/actions/setup-gradle-repo@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba

- 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@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/.github/workflows/reusable-project.yml@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba
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@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/.github/workflows/reusable-publish.yml@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba
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@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/actions/setup-gradle-repo@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba

- 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@de5d4095c26cce6ce46bca91a81ed73a1096ad0c
uses: Oztechan/Global/actions/setup-gradle-repo@54ed8a1c9b3ce3addaeca9f69ce06393c7949bba

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

0 comments on commit 6e42abd

Please sign in to comment.