Skip to content

Commit

Permalink
Update Sonar Quality Gate action
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwerd committed Jan 17, 2024
1 parent d3fafdb commit 3fc53e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-gate-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-gate-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ntwerd/sonar-quality-gate:latest
tags: ntwtnw/sonar-quality-gate:latest
2 changes: 1 addition & 1 deletion action/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3fc53e6

Please sign in to comment.