Skip to content

Commit

Permalink
Merge pull request #1 from zMynx/feature/gha
Browse files Browse the repository at this point in the history
Feature/gha
  • Loading branch information
zMynxx committed Aug 17, 2023
2 parents a86303c + 629939f commit 03619ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types:
- closed
branches:
- master
- main

permissions:
id-token: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonarqube/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- master
- main
- develop
- "releases/**"
pull_request:
Expand All @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
uses: sonarsource/sonarqube-scan-action@main
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 03619ed

Please sign in to comment.