mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Pin md link checker's version (#7697)
* CI: pin md link checker's version to the previous release * CI: add a whitelist for allowed GH actions pins * CI: try master tip [skip ci] * CI: return to a previous markdown-link-check dependency version [skip ci] * CI: substitute %20 for a literal space [skip ci] * CI: substitute %20 for a literal space
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
// This is a whitelist of GitHub Actions that are approved for use in this project.
|
||||
// If a new or existing workflow file is updated to use an action or action version
|
||||
// not listed here, CI will fail.
|
||||
|
||||
module.exports = [
|
||||
'gaurav-nelson/github-action-markdown-link-check@e3c371c731b2f494f856dc5de7f61cea4d519907', // gaurav-nelson/github-action-markdown-link-check@v1.0.8
|
||||
]
|
||||
Reference in New Issue
Block a user