-
Notifications
You must be signed in to change notification settings - Fork 48
Refactor GitHub workflows and add semantic release configuration #44
Conversation
d954fda to
78ffb8c
Compare
.github/workflows/code-quality.yml
Outdated
| env: | ||
| GH_TOKEN: ${{ secrets.REPO_PAT != '' && secrets.REPO_PAT || github.token }} | ||
| run: | | ||
| PR_EXISTS=$(gh pr list --head "${{ steps.extract-branch.outputs.branch }}" --base ${{ inputs.pr_target_branch }} --json number --jq length) |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
.github/workflows/code-quality.yml
Outdated
| GH_TOKEN: ${{ github.token }} | ||
| run: | | ||
| gh pr create \ | ||
| --title "🚀 Auto PR: ${{ steps.extract-branch.outputs.branch }} → ${{ inputs.pr_target_branch }}" \ |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
.github/workflows/code-quality.yml
Outdated
|
|
||
| ### Branch | ||
| - Source: \`${{ steps.extract-branch.outputs.branch }}\` | ||
| - Target: \`${{ inputs.pr_target_branch }}\` |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
.github/workflows/code-quality.yml
Outdated
|
|
||
| --- | ||
| *This PR was created automatically by the Code Quality workflow.*" \ | ||
| --base ${{ inputs.pr_target_branch }} \ |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
.github/workflows/code-quality.yml
Outdated
| env: | ||
| GH_TOKEN: ${{ github.token }} | ||
| run: | | ||
| PR_NUMBER=$(gh pr list --head "${{ steps.extract-branch.outputs.branch }}" --base ${{ inputs.pr_target_branch }} --json number --jq '.[0].number') |
Check failure
Code scanning / SonarCloud
GitHub Actions should not be vulnerable to script injections High
4a13ed0 to
f9dd2ad
Compare
|



Refactor GitHub workflows and add semantic release configuration