Conversation
Revert Pages actions to last ones compatible with GHES
mohammedameenk44@beinmediagroup.com. |
|
|
El vie, 17 oct 2025, 6:00, MOHAMMED AMEEN KADIYARAKAM <
***@***.***> escribió:
… *mameenk24* left a comment (actions/starter-workflows#3085)
<#3085 (comment)>
***@***.***
—
Reply to this email directly, view it on GitHub
<#3085 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BWPAQVQDB764HKIEWVKGSPD3YBSUPAVCNFSM6AAAAACJN6DI7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTIMJTG42DQNRZGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
beinmediagroup.com/mohammed-ameen-k44-beinbein.com |
Pre-requisites
Please note that at this time we are only accepting new starter workflows for Code Scanning. Updates to existing starter workflows are fine.
Tasks
For all workflows, the workflow:
.ymlfile with the language or platform as its filename, in lower, kebab-cased format (for example,docker-image.yml). Special characters should be removed or replaced with words as appropriate (for example, "dotnet" instead of ".NET").GITHUB_TOKENso that the workflow runs successfully.For CI workflows, the workflow:
cidirectory.ci/properties/*.properties.jsonfile (for example,ci/properties/docker-publish.properties.json).pushtobranches: [ $default-branch ]andpull_requesttobranches: [ $default-branch ].releasewithtypes: [ created ].docker-publish.yml).For Code Scanning workflows, the workflow:
code-scanningdirectory.code-scanning/properties/*.properties.jsonfile (for example,code-scanning/properties/codeql.properties.json), with properties set as follows:name: Name of the Code Scanning integration.creator: Name of the organization/user producing the Code Scanning integration.description: Short description of the Code Scanning integration.categories: Array of languages supported by the Code Scanning integration.iconName: Name of the SVG logo representing the Code Scanning integration. This SVG logo must be present in theiconsdirectory.pushtobranches: [ $default-branch, $protected-branches ]andpull_requesttobranches: [ $default-branch ]. We also recommend ascheduletrigger ofcron: $cron-weekly(for example,codeql.yml).Some general notes:
actionsorganization, or