diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 77f39d88f5..5f8b41bc18 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -25,7 +25,7 @@ jobs: changes: ${{ steps.detect-changes.outputs.changes }} steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: detect-changes with: filters: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45eb5b8430..dd3e1e328b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: detect-changes with: filters: | @@ -140,7 +140,7 @@ jobs: working-directory: packages/codemod - run: pnpm exec c8 pnpm test working-directory: packages/codemod - - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + - uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: projectBaseDir: packages/codemod @@ -160,7 +160,7 @@ jobs: working-directory: packages/legacy-naming-strategies - run: pnpm exec c8 pnpm test working-directory: packages/legacy-naming-strategies - - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + - uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository with: projectBaseDir: packages/legacy-naming-strategies @@ -180,7 +180,7 @@ jobs: pattern: coverage-* path: coverage/ - - uses: SonarSource/sonarqube-scan-action@713881670b6b3676cda39549040e2d88c70d582e # v8.2.0 + - uses: SonarSource/sonarqube-scan-action@22918119ff8e1ca75a623e15c8296b6ea4fbe28f # v8.2.1 if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}