From 182b775b949f26edae238c6ad4ca4bd3bbf5244e Mon Sep 17 00:00:00 2001 From: Denis Pisarev Date: Fri, 27 May 2022 10:44:57 +0200 Subject: [PATCH] CI: github no longer checks whitelisted actions this way (#11507) * CI: github no longer checks whitelisted actions this way * CI: actually this one is needed and no one knows it's related to a Markdown Link Check --- substrate/.github/allowed-actions.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 substrate/.github/allowed-actions.js diff --git a/substrate/.github/allowed-actions.js b/substrate/.github/allowed-actions.js deleted file mode 100644 index 4fb8947580..0000000000 --- a/substrate/.github/allowed-actions.js +++ /dev/null @@ -1,7 +0,0 @@ -// 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@7481451f70251762f149d69596e3e276ebf2b236', // gaurav-nelson/github-action-markdown-link-check@v1.0.8 -]