1
0
mirror of synced 2025-12-19 18:10:59 -05:00

[Content Linter Rule] Third Party Action References Must Use SHA (#52282)

Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Ashish Keshan
2024-09-27 10:54:59 -07:00
committed by GitHub
parent 72faf23e06
commit 7c49068bb8
18 changed files with 231 additions and 27 deletions

View File

@@ -155,6 +155,12 @@ const githubDocsConfig = {
severity: 'error',
'partial-markdown-files': true,
},
'third-party-action-pinning': {
// GH041
severity: 'error',
'partial-markdown-files': true,
'yml-files': true,
},
}
export const githubDocsFrontmatterConfig = {