From 3fc53e607bb586ad3c69b123f85000fdf90e6ee8 Mon Sep 17 00:00:00 2001 From: ntwerd <44996763+ntwerd@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:31:20 +0700 Subject: [PATCH] Update Sonar Quality Gate action --- .github/workflows/quality-gate-prod.yml | 2 +- .github/workflows/quality-gate-test.yml | 2 +- .github/workflows/release.yml | 2 +- action/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/quality-gate-prod.yml b/.github/workflows/quality-gate-prod.yml index 7baebea..02c21f1 100644 --- a/.github/workflows/quality-gate-prod.yml +++ b/.github/workflows/quality-gate-prod.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Set up Sonar Quality Gate - uses: ntwerd/sonar-quality-gate@v1 + uses: ntwtnw/sonar-quality-gate@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_URL: "https://api.github.com" diff --git a/.github/workflows/quality-gate-test.yml b/.github/workflows/quality-gate-test.yml index abcd1ad..1b04a10 100644 --- a/.github/workflows/quality-gate-test.yml +++ b/.github/workflows/quality-gate-test.yml @@ -32,7 +32,7 @@ jobs: echo $PWD - name: Build docker images run: | - docker build -t ntwerd/sonar-quality-gate . + docker build -t ntwtnw/sonar-quality-gate . docker build -t sonar-quality-gate action/ - name: Run tests diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b5efb76..07feed8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,4 +45,4 @@ jobs: uses: docker/build-push-action@v2 with: push: true - tags: ntwerd/sonar-quality-gate:latest \ No newline at end of file + tags: ntwtnw/sonar-quality-gate:latest \ No newline at end of file diff --git a/action/Dockerfile b/action/Dockerfile index 272cd7d..d6492e5 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -1,4 +1,4 @@ -FROM ntwerd/sonar-quality-gate:latest +FROM ntwtnw/sonar-quality-gate:latest COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh