Skip to content

Commit

Permalink
[#1457] Update Oztechan/Global action to v1.0.5
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 May 17, 2024
1 parent 76a911c commit 1af4918
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/[email protected].3
uses: Oztechan/Global/actions/[email protected].5

- name: Adding secret files
run: |
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/[email protected].3
uses: Oztechan/Global/actions/[email protected].5

- name: Adding secret files
run: |
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/[email protected].3
uses: Oztechan/Global/actions/[email protected].5

- name: Run Quality Jobs
run: ./gradlew check koverMergedXmlReport --parallel
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/[email protected].3
uses: Oztechan/Global/actions/[email protected].5

- name: Detekt
run: ./gradlew detektAll
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/[email protected].3
uses: Oztechan/Global/.github/workflows/[email protected].5
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/[email protected].3
uses: Oztechan/Global/.github/workflows/[email protected].5
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 @@ -60,7 +60,7 @@ jobs:
steps:

- name: Setup Gradle Repo
uses: Oztechan/Global/actions/[email protected].3
uses: Oztechan/Global/actions/[email protected].5

- name: Adding secret files
run: |
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
status: ${{ steps.status.outputs.status }}
steps:
- name: Setup Gradle Repo
uses: Oztechan/Global/actions/[email protected].3
uses: Oztechan/Global/actions/[email protected].5

- name: Adding secret files
run: |
Expand Down

0 comments on commit 1af4918

Please sign in to comment.