From 319567b47652ca75548a3d23795c7424ae398142 Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Mon, 13 May 2024 09:23:46 -0500 Subject: [PATCH] [nc] test action Signed-off-by: Nic Cheneweth --- .github/workflows/development-build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/development-build.yaml b/.github/workflows/development-build.yaml index 858beec..21d83c5 100644 --- a/.github/workflows/development-build.yaml +++ b/.github/workflows/development-build.yaml @@ -14,12 +14,12 @@ jobs: static-code-analysis: name: static code analysis - runs-on: ubuntu-latest + uses: ThoughtWorks-DPS/gha-action-tools/.github/workflows/gha-container-dev-release.yaml@main + + # steps: + # - name: test action + # uses: ThoughtWorks-DPS/gha-action-tools/.github/workflows/gha-container-dev-release.yaml@main - steps: - - name: test action - uses: ThoughtWorks-DPS/gha-action-tools/.github/workflows/gha-container-dev-release.yaml@main - # - name: checkout code # uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4