Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
timeout-minutes: 10

steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
Expand All @@ -22,7 +22,7 @@
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-YekoA_mlnSya70Nmn&open=AZ-YekoA_mlnSya70Nmn&pullRequest=1344
- name: Lint
run: pnpm run lint

Expand All @@ -32,7 +32,7 @@
timeout-minutes: 10

steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
Expand All @@ -42,7 +42,7 @@
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-YekoA_mlnSya70Nmo&open=AZ-YekoA_mlnSya70Nmo&pullRequest=1344
- name: Typecheck
run: pnpm run typecheck

Expand All @@ -57,7 +57,7 @@
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Install Node ${{ matrix.node-version }}
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
Expand All @@ -67,7 +67,7 @@
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-YekoA_mlnSya70Nmp&open=AZ-YekoA_mlnSya70Nmp&pullRequest=1344
- name: Run Tests
run: pnpm run test

Expand All @@ -80,7 +80,7 @@
ENV_FILE: https://raw.githubusercontent.com/eclipse-pass/pass-docker/main/.env

steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Install node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
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-YekoA_mlnSya70Nmq&open=AZ-YekoA_mlnSya70Nmq&pullRequest=1344
shell: bash

- name: Build local image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
DOCKER_IMAGE_NAME: ghcr.io/eclipse-pass/pass-ui

steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Config git user
run: |
Expand All @@ -34,7 +34,7 @@

- name: Update project version
run: |
pnpm install --frozen-lockfile

Check warning on line 37 in .github/workflows/release.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-Yekri_mlnSya70Nmr&open=AZ-Yekri_mlnSya70Nmr&pullRequest=1344
pnpm version --new-version ${{ inputs.releaseversion }}

- name: Tag release
Expand All @@ -42,7 +42,7 @@

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

Check warning on line 45 in .github/workflows/release.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-Yekri_mlnSya70Nms&open=AZ-Yekri_mlnSya70Nms&pullRequest=1344
shell: bash

- name: Build Release image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ENV_FILE: https://raw.githubusercontent.com/eclipse-pass/pass-docker/main/.env

steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Use Node.js 20
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
Expand All @@ -25,11 +25,11 @@

- name: Get current project version
id: project-version
run: echo "VERSION=`npx -c 'echo $npm_package_version'`" >> $GITHUB_OUTPUT

Check warning on line 28 in .github/workflows/update-docker-image.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

"npx" can install packages on-demand and run their lifecycle scripts.

See more on https://sonarcloud.io/project/issues?id=eclipse-pass_pass-ui&issues=AZ-Yekr0_mlnSya70Nmt&open=AZ-Yekr0_mlnSya70Nmt&pullRequest=1344

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

Check warning on line 32 in .github/workflows/update-docker-image.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-Yekr0_mlnSya70Nmu&open=AZ-Yekr0_mlnSya70Nmu&pullRequest=1344
shell: bash

- name: Build local image
Expand Down