Skip to content

Commit

Permalink
Bump dawidd6/action-download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
timweri committed Jun 4, 2024
1 parent 8b7b203 commit 7180eda
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/sonar-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,23 @@ jobs:
fetch-depth: 0 # fetches all history for all tags and branches to provide more metadata for sonar reports

- name: Download Golangci report
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
with:
workflow: golangci-lint.yml
workflow_conclusion: ""
name: golangci-lint-report
if_no_artifact_found: warn

- name: Download relay test reports
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
with:
workflow: relay.yml
workflow_conclusion: ""
name: go-test-results
if_no_artifact_found: warn

- name: Download gauntlet test reports
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
with:
workflow: gauntlet.yml
workflow_conclusion: ""
Expand All @@ -66,7 +66,7 @@ jobs:
if_no_artifact_found: warn

- name: Download gauntlet eslint reports
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
uses: dawidd6/action-download-artifact@93c629661111aae296c04004b30ae3ba22ed46f3 # v5
with:
workflow: gauntlet.yml
workflow_conclusion: ""
Expand Down Expand Up @@ -99,4 +99,4 @@ jobs:
-Dsonar.javascript.lcov.reportPaths=${{ steps.sonarqube_report_paths.outputs.sonarqube_ts_js_coverage_report_paths }}
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}

0 comments on commit 7180eda

Please sign in to comment.