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 66permissions : read-all
77
88on :
9+ push :
10+ branches : [main]
911 schedule :
1012 - cron : ' 0 0 * * *' # once in a day at 00:00
1113 workflow_dispatch :
2224
2325 steps :
2426 - 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
2628 with :
2729 egress-policy : audit
2830
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
2424 - 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
2626
2727 - name : Run markdown-link-check
2828 run : |
You can’t perform that action at this time.
0 commit comments