We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e680514 commit b43c79fCopy full SHA for b43c79f
.github/workflows/codeql-analysis.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Harden the runner (Audit all outbound calls)
25
- uses: step-security/harden-runner@v2
+ uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
26
with:
27
egress-policy: audit
28
.github/workflows/markdown-link-check.yml
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install markdown-link-check
- run: npm install -g markdown-link-check@3.11.2
+ run: npm install -g "git://github.com/tcort/markdown-link-check.git#ef7e09486e579ba7479700b386e7ca90f34cbd0a" # v3.13.7
- name: Run markdown-link-check
run: |
0 commit comments