This repository was archived by the owner on Mar 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ inputs:
1313 certificate_identity_regexp :
1414 description : Expected certificate identity regexp.
1515 required : false
16- default : " ^https://github.com/aicage/github-actions/.github/workflows/.*@refs/.*/.*$"
16+ default : " ^https://github.com/aicage/github-actions/.github/workflows/.*@(?: refs/.*/.*|[0-9a-f]{40}) $"
1717
1818runs :
1919 using : composite
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ inputs:
1515 certificate_identity_regexp :
1616 description : Expected certificate identity regexp.
1717 required : false
18- default : " ^https://github.com/aicage/github-actions/.github/workflows/.*@refs/.*/.*$"
18+ default : " ^https://github.com/aicage/github-actions/.github/workflows/.*@(?: refs/.*/.*|[0-9a-f]{40}) $"
1919
2020runs :
2121 using : composite
You can’t perform that action at this time.
0 commit comments