Skip to content

Commit

Permalink
feat(cb2-12599) adding temp fixup for the gha action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCarter-ops authored Jun 13, 2024
1 parent 819780a commit 7c37730
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- uses: actions/setup-node@v4
with:
version: '16'

- uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_MGMT_ROLE }}
Expand All @@ -113,4 +117,4 @@ jobs:
-Dsonar.token=${{ env.SONARQUBE_GHA_TOKEN }} \
-Dsonar.login=${{ env.SONARQUBE_GHA_TOKEN }} \
-Dsonar.projectName=${{ github.repository }} \
-Dsonar.projectVersion=1.0.${{ github.run_id }}
-Dsonar.projectVersion=1.0.${{ github.run_id }}

0 comments on commit 7c37730

Please sign in to comment.