dependabot[bot]
|
dd15a279fd
|
Bump actions/download-artifact from 6 to 7 (#8082)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v6...v7)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-16 02:06:22 +00:00 |
|
dependabot[bot]
|
17f231c287
|
Bump actions/cache from 4 to 5 (#8081)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-16 02:04:48 +00:00 |
|
Copilot
|
042b6d92b1
|
Add GitHub Actions workflow to publish JavaScript/TypeScript API documentation (#8084)
* Initial plan
* Add GitHub Actions workflow to build and publish documentation
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Refine documentation workflow to use mk_api_doc.py and install doxygen
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Clarify documentation generation step name
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2025-12-15 22:57:46 +00:00 |
|
dependabot[bot]
|
0018f5aafa
|
Bump actions/checkout from 5 to 6 (#8043)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-24 14:42:34 -08:00 |
|
dependabot[bot]
|
9c588afefe
|
Bump actions/download-artifact from 4 to 6 (#8032)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-21 19:33:47 -08:00 |
|
dependabot[bot]
|
053d951cff
|
Bump actions/setup-python from 5 to 6 (#8033)
Bumps [actions/setup-python](https://github.com/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-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-21 19:33:33 -08:00 |
|
dependabot[bot]
|
d094cb6c80
|
Bump actions/upload-artifact from 4 to 5 (#8034)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-21 19:32:46 -08:00 |
|
Copilot
|
62cd39729f
|
Fix NuGet package missing Microsoft.Z3.dll due to inverted replace() logic (#8029)
* Initial plan
* Fix NuGet packaging and add GitHub Actions workflow
- Fixed critical bug in mk_nuget_task.py replace() function
- Created comprehensive GitHub Actions workflow for building NuGet packages
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
* Add documentation and improve code comments
- Added comprehensive README for NuGet build workflow
- Added detailed comments explaining the replace() function fix
- Verified all Python syntax is correct
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
|
2025-11-16 11:46:16 -08:00 |
|
dependabot[bot]
|
88fcc05d6c
|
Bump actions/upload-artifact from 4 to 5 (#7998)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-28 15:47:26 -07:00 |
|
dependabot[bot]
|
488c712f5b
|
Bump actions/download-artifact from 5 to 6 (#7999)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-28 15:47:15 -07:00 |
|
dependabot[bot]
|
68a7d1e1b1
|
Bump actions/setup-node from 5 to 6 (#7994)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v5...v6)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-21 21:17:35 +02:00 |
|
dependabot[bot]
|
e669fbe557
|
Bump github/codeql-action from 3 to 4 (#7971)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-14 18:08:27 +02:00 |
|
dependabot[bot]
|
3ce8aca411
|
Bump actions/checkout from 4 to 5 (#7954)
Bumps [actions/checkout](https://github.com/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)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-04 01:22:52 -07:00 |
|
Nikolaj Bjorner
|
253a7245d0
|
add analysis
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2025-09-28 13:05:04 +03:00 |
|
Nikolaj Bjorner
|
b5f79da76a
|
add analysis
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2025-09-28 13:03:31 +03:00 |
|
Nikolaj Bjorner
|
ae55b6fa1e
|
add analysis
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2025-09-28 13:02:05 +03:00 |
|
Don Syme
|
5d91294e90
|
update workflows
|
2025-09-19 03:31:56 +01:00 |
|
Don Syme
|
7cb491dd6a
|
update compiled workflows
|
2025-09-17 23:49:55 +01:00 |
|
Don Syme
|
d989bcaebe
|
update compiled workflows
|
2025-09-17 23:47:16 +01:00 |
|
Don Syme
|
f300dfc425
|
recompile improvers
|
2025-09-17 16:41:49 +01:00 |
|
Don Syme
|
2d0b9e6972
|
recompile improvers
|
2025-09-17 15:50:33 +01:00 |
|
Don Syme
|
aabdb407d1
|
latest improvers
|
2025-09-17 13:49:00 +01:00 |
|
Don Syme
|
2364ea42ba
|
update improvers
|
2025-09-17 13:19:24 +01:00 |
|
Don Syme
|
7268136bb6
|
update workflows
|
2025-09-17 11:33:24 +01:00 |
|
Don Syme
|
db8206d265
|
improve improvers
|
2025-09-17 11:03:23 +01:00 |
|
Don Syme
|
5b70f75d89
|
allow burner to create PRs
|
2025-09-17 02:41:38 +01:00 |
|
Don Syme
|
81da4be228
|
backlog burner
|
2025-09-17 02:20:48 +01:00 |
|
Don Syme
|
ba4c9238c0
|
add daily backlog burner
|
2025-09-17 02:03:48 +01:00 |
|
Don Syme
|
647c8cc6c1
|
add roles
|
2025-09-17 00:04:24 +01:00 |
|
Don Syme
|
6d3daa5338
|
add ask and pr-fix
|
2025-09-16 23:31:01 +01:00 |
|
Don Syme
|
75a6e7a379
|
update improvers
|
2025-09-16 23:27:26 +01:00 |
|
Nikolaj Bjorner
|
9069a35b69
|
Update wip.yml
|
2025-09-16 09:57:37 -07:00 |
|
Don Syme
|
40a60f10ce
|
update token
|
2025-09-16 16:25:14 +01:00 |
|
Don Syme
|
1aeef3bf81
|
update agentics
|
2025-09-16 13:10:58 +01:00 |
|
dependabot[bot]
|
96996bf9ec
|
Bump actions/github-script from 7 to 8 (#7882)
Bumps [actions/github-script](https://github.com/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)
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-09-15 16:40:27 -07:00 |
|
dependabot[bot]
|
7d6ff3fae4
|
Bump anthropics/claude-code-base-action from 0.0.56 to 0.0.63 (#7881)
Bumps [anthropics/claude-code-base-action](https://github.com/anthropics/claude-code-base-action) from 0.0.56 to 0.0.63.
- [Release notes](https://github.com/anthropics/claude-code-base-action/releases)
- [Commits](https://github.com/anthropics/claude-code-base-action/compare/v0.0.56...v0.0.63)
---
updated-dependencies:
- dependency-name: anthropics/claude-code-base-action
dependency-version: 0.0.63
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-09-15 16:40:18 -07:00 |
|
dependabot[bot]
|
c4675cb463
|
Bump actions/checkout from 3 to 5 (#7880)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-09-15 16:40:07 -07:00 |
|
Nikolaj Bjorner
|
58bab093d1
|
Change MSVC build trigger to scheduled cron job
Updated workflow to schedule builds every two days.
|
2025-09-15 10:36:58 -07:00 |
|
Nikolaj Bjorner
|
9a91ba1955
|
Change MSVC Clang-CL build trigger to scheduled
Updated workflow to trigger on a schedule instead of push and pull_request events.
|
2025-09-15 10:36:42 -07:00 |
|
Nikolaj Bjorner
|
01da267988
|
Update Pyodide workflow to use scheduled builds
|
2025-09-15 10:35:44 -07:00 |
|
Nikolaj Bjorner
|
93333eca66
|
Change GitHub Actions trigger to scheduled
|
2025-09-15 10:35:14 -07:00 |
|
Nikolaj Bjorner
|
c496787923
|
Change coverage schedule to run every two days
|
2025-09-15 10:34:59 -07:00 |
|
Nikolaj Bjorner
|
ff6a4f9b12
|
Add scheduled trigger for Android build workflow
|
2025-09-15 10:34:32 -07:00 |
|
Don Syme
|
25a79d73b1
|
update workflows and use token for safe outputs
|
2025-09-15 15:00:15 +01:00 |
|
Nikolaj Bjorner
|
6afa1c5be8
|
add back coverage module
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
|
2025-09-14 05:16:54 -07:00 |
|
Don Syme
|
095e0f5db8
|
Add workflow: githubnext/agentics/daily-perf-improver
|
2025-09-12 23:47:24 +01:00 |
|
Don Syme
|
f0ffa60675
|
fix workflows
|
2025-09-12 23:19:13 +01:00 |
|
Don Syme
|
19f8001dd9
|
Add workflow: githubnext/agentics/daily-test-improver
|
2025-09-12 22:17:17 +01:00 |
|
dependabot[bot]
|
e6b0b2d1b4
|
Bump actions/setup-node from 4 to 5 (#7858)
Bumps [actions/setup-node](https://github.com/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)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-09-10 13:31:50 -07:00 |
|
dependabot[bot]
|
d375d97576
|
Bump actions/checkout from 4 to 5 (#7773)
Bumps [actions/checkout](https://github.com/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)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-12 15:19:32 -07:00 |
|