File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
permissions : read-all
7
7
8
8
on :
9
+ push :
10
+ branches : [main]
9
11
schedule :
10
12
- cron : ' 0 0 * * *' # once in a day at 00:00
11
13
workflow_dispatch :
22
24
23
25
steps :
24
26
- name : Harden the runner (Audit all outbound calls)
25
- uses : step-security/harden-runner@v2
27
+ uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
26
28
with :
27
29
egress-policy : audit
28
30
Original file line number Diff line number Diff line change 22
22
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : Install markdown-link-check
25
- run : npm install -g markdown-link-check@3.11.2
25
+ run : npm install -g "git://github.com/tcort/ markdown-link-check.git#ef7e09486e579ba7479700b386e7ca90f34cbd0a" # v3.13.7
26
26
27
27
- name : Run markdown-link-check
28
28
run : |
You can’t perform that action at this time.
0 commit comments