Henry Mercer
|
944aa7df3d
|
Merge pull request #3088 from github/dependabot/github_actions/actions-f739f361ea
Bump the actions group with 4 updates
|
2025-09-23 13:48:16 +01:00 |
|
Henry Mercer
|
2885255647
|
Only sync back versions on Dependabot update PRs
|
2025-09-23 11:29:23 +02:00 |
|
Henry Mercer
|
cde0d796a6
|
Run sync back script separately
|
2025-09-10 18:14:08 +01:00 |
|
Henry Mercer
|
d9bc711b1c
|
Rename script for consistency
|
2025-09-10 18:12:20 +01:00 |
|
copilot-swe-agent[bot]
|
f537110285
|
Add sync-back script execution to rebuild workflow
Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
|
2025-09-10 16:59:28 +00:00 |
|
Paolo Tranquilli
|
1b8f0ffedf
|
Set shell: bash by default on all workflows
|
2025-09-09 12:19:45 +02:00 |
|
dependabot[bot]
|
1a80c9b44e
|
Bump the actions group with 4 updates
Bumps the actions group with 4 updates: [actions/setup-go](https://github.com/actions/setup-go), [actions/github-script](https://github.com/actions/github-script), [actions/setup-node](https://github.com/actions/setup-node) and [actions/setup-python](https://github.com/actions/setup-python).
Updates `actions/setup-go` from 5 to 6
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)
Updates `actions/github-script` from 7 to 8
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)
Updates `actions/setup-node` from 4 to 5
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)
Updates `actions/setup-python` from 5 to 6
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-09-08 17:54:44 +00:00 |
|
Henry Mercer
|
4da503e0f5
|
Use npm ci in CI
|
2025-08-21 18:48:23 +01:00 |
|
dependabot[bot]
|
b1bfc45906
|
Bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token).
Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)
Updates `actions/download-artifact` from 4 to 5
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)
Updates `actions/create-github-app-token` from 2.0.6 to 2.1.1
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](https://github.com/actions/create-github-app-token/compare/v2.0.6...v2.1.1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/create-github-app-token
dependency-version: 2.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-12 02:10:43 +00:00 |
|
Henry Mercer
|
bd62bf449c
|
Finish in-progress merges
|
2025-08-07 18:21:57 +01:00 |
|
Henry Mercer
|
2afb4e6f3c
|
Avoid specifying branch unnecessarily
|
2025-08-07 17:51:55 +01:00 |
|
Henry Mercer
|
1fd38a4712
|
Improve logging
|
2025-08-07 17:50:25 +01:00 |
|
Henry Mercer
|
bf301d1b77
|
Finish merge if in progress
|
2025-08-07 17:46:04 +01:00 |
|
Henry Mercer
|
2ee230f7c4
|
Update .github/workflows/rebuild.yml
|
2025-08-07 17:34:44 +01:00 |
|
Henry Mercer
|
3425bf931d
|
Use updated output API
|
2025-08-07 17:21:48 +01:00 |
|
Henry Mercer
|
ddc8e21357
|
Allow running rebuild workflow on workflow dispatch
|
2025-08-07 16:52:41 +01:00 |
|
Henry Mercer
|
d39065943f
|
Add missing permissions
|
2025-01-24 13:21:05 +00:00 |
|
Henry Mercer
|
bff5ba0a53
|
Check in new files when rebuilding
|
2024-09-23 17:41:33 +01:00 |
|
Henry Mercer
|
d8595f5543
|
Add workflow dispatch trigger to rebuild Action
We can't use the "Rebuild" label on a PR with conflicts because the
`pull_request` event runs on a synthetic merge commit.
|
2024-02-27 12:29:14 +00:00 |
|
Henry Mercer
|
729def5a41
|
Teach rebuild Action how to resolve conflicts in lib
|
2024-02-14 15:21:29 +00:00 |
|
dependabot[bot]
|
b995212303
|
Bump the actions group with 2 updates (#2024)
* Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/setup-go](https://github.com/actions/setup-go).
Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)
Updates `actions/setup-go` from 4 to 5
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/setup-go
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
* Rebuild
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-12-12 21:18:31 +00:00 |
|
Henry Mercer
|
f3b55862ea
|
Check out the right branch in rebuild.yml
|
2023-10-26 19:56:04 +01:00 |
|
Henry Mercer
|
3fc281e079
|
Add workflow to rebuild the Action on a label
|
2023-10-26 14:01:43 +01:00 |
|