Skip to content

Commit

Permalink
chore: pin dependencies (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate-pagopa[bot] <164534245+renovate-pagopa[bot]@users.noreply.github.com>
  • Loading branch information
renovate-pagopa[bot] authored Oct 7, 2024
1 parent 314e82f commit c0f672c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
sonarcloud:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
fetch-depth: 0
- name: Install dependencies
Expand All @@ -17,7 +17,7 @@ jobs:
run: yarn generate
- name: Test and coverage
run: yarn coverage
- uses: davelosert/vitest-coverage-report-action@v2 # v2
- uses: davelosert/vitest-coverage-report-action@7727b0282e61c3cffa400550cf2ae57c2b16167d # v2
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit c0f672c

Please sign in to comment.