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
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
with:
node-version: 24
- name: Install pnpm
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
with:
version: 9
- name: Install Dependencies
run: pnpm install

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

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" allows lifecycle scripts to run during package installation.

See more on https://sonarcloud.io/project/issues?id=eclipse-pass_pass-ui&issues=AZ_gk5kLA1Estd7Hz9l5&open=AZ_gk5kLA1Estd7Hz9l5&pullRequest=1347
- name: Lint
run: pnpm run lint

Expand All @@ -38,11 +38,11 @@
with:
node-version: 24
- name: Install pnpm
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
with:
version: 9
- name: Install Dependencies
run: pnpm install

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

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" allows lifecycle scripts to run during package installation.

See more on https://sonarcloud.io/project/issues?id=eclipse-pass_pass-ui&issues=AZ_gk5kLA1Estd7Hz9l6&open=AZ_gk5kLA1Estd7Hz9l6&pullRequest=1347
- name: Typecheck
run: pnpm run typecheck

Expand All @@ -63,11 +63,11 @@
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
with:
version: 9
- name: Install Dependencies
run: pnpm install

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

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--ignore-scripts" allows lifecycle scripts to run during package installation.

See more on https://sonarcloud.io/project/issues?id=eclipse-pass_pass-ui&issues=AZ_gk5kLA1Estd7Hz9l7&open=AZ_gk5kLA1Estd7Hz9l7&pullRequest=1347
- name: Run Tests
run: pnpm run test

Expand All @@ -89,7 +89,7 @@

- name: Grab pass-docker's .env file
run: |
wget $ENV_FILE

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

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Not disabling redirects might allow for redirections to insecure websites. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=eclipse-pass_pass-ui&issues=AZ_gk5kLA1Estd7Hz9l8&open=AZ_gk5kLA1Estd7Hz9l8&pullRequest=1347
shell: bash

- name: Build local image
Expand Down