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
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
needs:
- define-version
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

- name: Install swaggerhub cli
run: npm i -g swaggerhub-cli

Check warning on line 44 in .github/workflows/release-published.yaml

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=project-origin_wallet&issues=AZ7bS9uUamZtX-ZDc_fR&open=AZ7bS9uUamZtX-ZDc_fR&pullRequest=742

Check warning on line 44 in .github/workflows/release-published.yaml

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=project-origin_wallet&issues=AZ7bS9uUamZtX-ZDc_fS&open=AZ7bS9uUamZtX-ZDc_fS&pullRequest=742

- name: Prepare openapi.json
run: jq '.info.version = "${{ needs.define-version.outputs.version }}"' test/ProjectOrigin.Vault.Tests/ApiTests/ApiTests.open_api_specification_not_changed.verified.txt > openapi.json
Expand Down
Loading