-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New tool to detect outdated versions // and update GitHub managed ones #3091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
|
I have fixed the merge conflicts with the main branch and this is now clean again to merge |
.github/workflows/sync-ghes.yaml
Outdated
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - uses: actions/checkout@v5 | |
| - uses: actions/checkout@v6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree.
At the moment I'm having trouble adding that update (across all occurrances) this this PR.
If anybody would commit access on this revoke can push that commit to my PR I would appreciate it
dbbf10c to
9d03c05
Compare
Breaking changes reviewed: - Requires Actions Runner v2.327.1+ (Node 24 runtime) - No API/workflow syntax changes required Files updated: 1 - automation/summary.yml Refs: https://github.com/actions/ai-inference/releases/tag/v2.0.0
Breaking changes reviewed: - Updated to Node 20 runtime - New save-always flag added (optional, backward compatible) - No workflow syntax changes required Files updated: 7 - ci/php.yml - ci/elixir.yml - ci/haskell.yml - ci/symfony.yml - code-scanning/codescan.yml - deployments/azure-webapps-php.yml - deployments/azure-webapps-dotnet-core.yml Refs: https://github.com/actions/cache/releases/tag/v4.0.0
9d03c05 to
e0b3f0f
Compare
Summary
I used data from the check-outdateds-actions for the research to do this work.
This pull request carefully bumps the version of official CI GitHub Actions to a newer or latest version.
This helps everyone because it will make it easier for us all to use the new runners when available. And it will help us see the new GitHub Actions and their features, rather than starting out a few versions behind.
actions/...are OUT of scope for this PR.Pre-requisites
^^ Not applicable. This is not a new workflow.
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