Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
cache-dependency-path: ./package.json

- name: 📥 Install deps
run: bun install --frozen-lockfile

Check warning on line 32 in .github/workflows/ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" can lead to the execution of shell scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=jpb06_ts-paths-resolver&issues=AZ3U-c0enlOhHId1UshN&open=AZ3U-c0enlOhHId1UshN&pullRequest=313

- name: 📓 Format
run: bun run format-ci
Expand All @@ -55,7 +55,7 @@
cache-dependency-path: ./package.json

- name: 📥 Install deps
run: bun install --frozen-lockfile

Check warning on line 58 in .github/workflows/ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" can lead to the execution of shell scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=jpb06_ts-paths-resolver&issues=AZ3U-c0enlOhHId1UshO&open=AZ3U-c0enlOhHId1UshO&pullRequest=313

- name: 🔎 Type check
run: bun run type-check
Expand All @@ -78,7 +78,7 @@
cache-dependency-path: ./package.json

- name: 📥 Install deps
run: bun install --frozen-lockfile

Check warning on line 81 in .github/workflows/ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" can lead to the execution of shell scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=jpb06_ts-paths-resolver&issues=AZ3U-c0enlOhHId1UshP&open=AZ3U-c0enlOhHId1UshP&pullRequest=313

- name: 🧪 Tests
run: bun run test-ci
Expand All @@ -104,7 +104,7 @@
path: ./coverage

- name: 📡 SonarCloud Scan
uses: SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9 # v7.0.0
uses: SonarSource/sonarqube-scan-action@c7ee0f9df90b7aa20e8dcf9695dcfe2e7da5b4f2 # v7.2.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Loading