Skip to content
Merged
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/dependency-vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow or composite action Medium

Unpinned 3rd party Action 'Security - Dependency Update & Vulnerability Scan' step
Uses Step
uses 'pnpm/action-setup' with ref 'v6', not a pinned commit hash
with:
version: 11.5.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow or composite action Medium

Unpinned 3rd party Action 'Docs - Markdown lint + link-check' step
Uses Step
uses 'pnpm/action-setup' with ref 'v6', not a pinned commit hash
with:
version: 11.5.3
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- name: Ensure pwsh available
run: pwsh -c "$PSVersionTable"
- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow or composite action Medium

Unpinned 3rd party Action 'Reviewdog - lint annotations' step
Uses Step
uses 'pnpm/action-setup' with ref 'v6', not a pinned commit hash
with:
version: 11.5.3
- name: Install Node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6

Check warning

Code scanning / CodeQL

Unpinned tag for a non-immutable Action in workflow or composite action Medium

Unpinned 3rd party Action 'Spellcheck (cspell)' step
Uses Step
uses 'pnpm/action-setup' with ref 'v6', not a pinned commit hash
with:
version: 11.5.3
- name: Setup Node.js
Expand Down
Loading