Skip to content

Commit

Permalink
[chore] pin version of npm package (open-telemetry#10063)
Browse files Browse the repository at this point in the history
this addresses a security concern around the version of the package
installed

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten authored May 1, 2024
1 parent fa02afe commit 334d95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fetch-depth: 0

- name: Install markdown-link-check
run: npm install -g markdown-link-check
run: npm install -g markdown-link-check@3.11.2

- name: Run markdown-link-check
run: |
Expand Down

0 comments on commit 334d95a

Please sign in to comment.