diff --git a/.github/workflows/development-build.yaml b/.github/workflows/development-build.yaml index 924cb7e..6774c24 100644 --- a/.github/workflows/development-build.yaml +++ b/.github/workflows/development-build.yaml @@ -14,7 +14,7 @@ jobs: static-code-analysis: name: static code analysis - uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/gha-container-dev-release.yaml@main + uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/static-code-analysis.yaml@main # static-code-analysis: # name: static code analysis diff --git a/.github/actions/test/action.yaml b/actions/test/action.yaml similarity index 100% rename from .github/actions/test/action.yaml rename to actions/test/action.yaml