Skip to content
Merged
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/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}
- name: Build Image
Expand All @@ -60,8 +60,8 @@
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: danysk
run: |
npm install

Check warning on line 63 in .github/workflows/build-and-deploy.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=AlchemistSimulator_SAPERE-incarnation-tutorial&issues=AZ-BEE9wgaYF5ReL8EMo&open=AZ-BEE9wgaYF5ReL8EMo&pullRequest=951

Check warning on line 63 in .github/workflows/build-and-deploy.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=AlchemistSimulator_SAPERE-incarnation-tutorial&issues=AZ-BEE9wgaYF5ReL8EMp&open=AZ-BEE9wgaYF5ReL8EMp&pullRequest=951
npx semantic-release --debug

Check warning on line 64 in .github/workflows/build-and-deploy.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=AlchemistSimulator_SAPERE-incarnation-tutorial&issues=AZ-BEE9wgaYF5ReL8EMq&open=AZ-BEE9wgaYF5ReL8EMq&pullRequest=951

Check warning on line 64 in .github/workflows/build-and-deploy.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Define exact package version to avoid installing unverified releases.

See more on https://sonarcloud.io/project/issues?id=AlchemistSimulator_SAPERE-incarnation-tutorial&issues=AZ-BEE9wgaYF5ReL8EMr&open=AZ-BEE9wgaYF5ReL8EMr&pullRequest=951
success:
runs-on: ubuntu-24.04
needs:
Expand Down
Loading