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/git-commit-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

steps:
- name: Check Out VCS Repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand All @@ -61,15 +61,15 @@

npm config set @cordada:registry="${CORDADA_NPM_REGISTRY}" --location project

npm install @commitlint/cli@"${COMMITLINT_CLI_VERSION}"

Check warning on line 64 in .github/workflows/git-commit-lint.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=cordada_github-actions-utils&issues=AZ--LAjwqFO0EDsIrTk9&open=AZ--LAjwqFO0EDsIrTk9&pullRequest=112

Check warning on line 64 in .github/workflows/git-commit-lint.yaml

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=cordada_github-actions-utils&issues=AZ--LAjwqFO0EDsIrTk8&open=AZ--LAjwqFO0EDsIrTk8&pullRequest=112
npm install @cordada/commitlint-config-cordada@"${COMMITLINT_CONFIG_CORDADA_VERSION}"

Check warning on line 65 in .github/workflows/git-commit-lint.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=cordada_github-actions-utils&issues=AZ--LAjwqFO0EDsIrTk_&open=AZ--LAjwqFO0EDsIrTk_&pullRequest=112

Check warning on line 65 in .github/workflows/git-commit-lint.yaml

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=cordada_github-actions-utils&issues=AZ--LAjwqFO0EDsIrTk-&open=AZ--LAjwqFO0EDsIrTk-&pullRequest=112
env:
npm_config_audit: "false"
npm_config_fund: "false"

- name: Lint Git Commit Messages
run: |
npm exec -- commitlint --from "$VCS_REF_FROM" --to "$VCS_REF_TO" \

Check warning on line 72 in .github/workflows/git-commit-lint.yaml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

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

See more on https://sonarcloud.io/project/issues?id=cordada_github-actions-utils&issues=AZ--LAjwqFO0EDsIrTlA&open=AZ--LAjwqFO0EDsIrTlA&pullRequest=112
--git-log-args='--no-merges'
env:
VCS_REF_FROM: ${{ inputs.vcs_ref_from }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

steps:
- name: Check Out VCS Repository
uses: actions/checkout@v7.0.0
uses: actions/checkout@v7.0.1
with:
# Full git history is needed to get a proper list of changed files within `super-linter`.
fetch-depth: 0
Expand Down