diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21ab0c8a5..60c78319c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Setup Gradle Repo - uses: Oztechan/Global/actions/setup-gradle-repo@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/actions/setup-gradle-repo@2352f33c05051c80b0d22509c38428bf63a111c1 - name: Adding secret files uses: ./.github/actions/add-secret-files diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ca802151a..fa2e8dd70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,7 @@ jobs: steps: - name: Setup Gradle Repo - uses: Oztechan/Global/actions/setup-gradle-repo@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/actions/setup-gradle-repo@2352f33c05051c80b0d22509c38428bf63a111c1 - name: Adding secret files uses: ./.github/actions/add-secret-files @@ -153,7 +153,7 @@ jobs: steps: - name: Setup Gradle Repo - uses: Oztechan/Global/actions/setup-gradle-repo@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/actions/setup-gradle-repo@2352f33c05051c80b0d22509c38428bf63a111c1 - name: Adding secret files uses: ./.github/actions/add-secret-files @@ -237,7 +237,7 @@ jobs: steps: - name: Setup Gradle Repo - uses: Oztechan/Global/actions/setup-gradle-repo@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/actions/setup-gradle-repo@2352f33c05051c80b0d22509c38428bf63a111c1 - name: Test run: ./gradlew test @@ -257,7 +257,7 @@ jobs: steps: - name: Setup Gradle Repo - uses: Oztechan/Global/actions/setup-gradle-repo@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/actions/setup-gradle-repo@2352f33c05051c80b0d22509c38428bf63a111c1 - name: Generate Coverage run: ./gradlew koverXmlReport @@ -300,7 +300,7 @@ jobs: steps: - name: Setup Gradle Repo - uses: Oztechan/Global/actions/setup-gradle-repo@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/actions/setup-gradle-repo@2352f33c05051c80b0d22509c38428bf63a111c1 - name: Detekt & Lint run: ./gradlew detektAll lint diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 7d785d67e..1cd106bf0 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -14,7 +14,7 @@ on: jobs: ProjectAutomations: - uses: Oztechan/Global/.github/workflows/reusable-project.yml@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/.github/workflows/reusable-project.yml@2352f33c05051c80b0d22509c38428bf63a111c1 with: project_id: 2 secrets: inherit diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 464193f6c..58c6debc4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -8,7 +8,7 @@ on: jobs: PublishRelease: - uses: Oztechan/Global/.github/workflows/reusable-publish.yml@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/.github/workflows/reusable-publish.yml@2352f33c05051c80b0d22509c38428bf63a111c1 with: slack_channel: "ccc-github" secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 345397374..da54a92d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: steps: - name: Setup Gradle Repo - uses: Oztechan/Global/actions/setup-gradle-repo@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/actions/setup-gradle-repo@2352f33c05051c80b0d22509c38428bf63a111c1 - name: Adding secret files uses: ./.github/actions/add-secret-files @@ -215,7 +215,7 @@ jobs: status: ${{ steps.status.outputs.status }} steps: - name: Setup Gradle Repo - uses: Oztechan/Global/actions/setup-gradle-repo@4747458a374228431a98e1049c98de924019bfca + uses: Oztechan/Global/actions/setup-gradle-repo@2352f33c05051c80b0d22509c38428bf63a111c1 - name: Adding secret files uses: ./.github/actions/add-secret-files