dependabot[bot]
4ad76d8274
Bump softprops/action-gh-release from 1 to 2
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-11 15:59:16 +00:00
dependabot[bot]
8a199bf47b
Bump microsoft/setup-msbuild from 1 to 2 ( #2917 )
...
Bumps [microsoft/setup-msbuild](https://github.com/microsoft/setup-msbuild ) from 1 to 2.
- [Release notes](https://github.com/microsoft/setup-msbuild/releases )
- [Changelog](https://github.com/microsoft/setup-msbuild/blob/main/building-release.md )
- [Commits](https://github.com/microsoft/setup-msbuild/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: microsoft/setup-msbuild
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>
2024-02-06 19:43:29 +00:00
dependabot[bot]
457d99da0b
Bump peter-evans/create-pull-request from 5 to 6 ( #2918 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
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>
2024-02-06 19:43:13 +00:00
dependabot[bot]
52762636dc
Bump actions/upload-artifact from 3 to 4 ( #2905 )
2024-01-03 00:54:57 +00:00
Dax T Games
ed6c9b2bc9
Merge pull request #2907 from daxgames/development_ci
...
Do CI on development PRs
2024-01-02 14:14:15 -05:00
Dax T. Games
7753622897
Do CI on development PRs
2024-01-02 12:04:31 -05:00
dependabot[bot]
18950135ef
Bump github/codeql-action from 2 to 3 ( #2906 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2 to 3.
- [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/v2...v3 )
---
updated-dependencies:
- dependency-name: github/codeql-action
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>
2023-12-20 10:31:41 +00:00
dependabot[bot]
4f32d23c30
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [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...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-04 15:47:52 +00:00
David Refoua
4b0344172a
ignore github-related and markdown for tests and codeql
2023-07-25 13:47:22 +03:30
Martin Kemp
5e219fe34e
Update build.yml
2023-07-24 15:04:16 +01:00
David Refoua
23488fcbb2
fetch all history for all branches and tags
2023-04-23 23:47:28 +03:30
David Refoua
d838f861af
checkout development
2023-04-23 23:43:26 +03:30
David Refoua
d80202c791
add task to auto push to development
2023-04-23 23:39:35 +03:30
dependabot[bot]
1d1e815c91
Bump peter-evans/create-pull-request from 4 to 5
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-10 16:02:00 +00:00
David Refoua
af6472cb57
remove duplicate variable settings
2022-12-25 17:55:56 +00:00
David Refoua
fd12ece9af
test github token
2022-12-25 17:49:14 +00:00
David Refoua
b5ae5eb711
display all env vars
2022-12-25 17:33:10 +00:00
Martin Kemp
dc2bc9bda7
Draft a release on a tag being pushed ( #2804 )
...
Signed-off-by: Martin Kemp <me@martinke.mp>
Signed-off-by: Martin Kemp <me@martinke.mp>
2022-12-21 18:08:49 +00:00
Martin Kemp
691addb95c
Use CodeQL Scanning ( #2795 )
...
* Use CodeQL Scanning
* run on windows
Signed-off-by: Martin Kemp <me@martinke.mp>
* Use our build scripts
Signed-off-by: Martin Kemp <me@martinke.mp>
Signed-off-by: Martin Kemp <me@martinke.mp>
2022-12-19 09:16:06 +00:00
David Refoua
5eaf0d0396
use github token when available
2022-12-15 21:05:13 +00:00
David Refoua
23b80264b0
use shorter commit message
2022-10-23 18:34:36 +03:30
David Refoua
90cd1130ac
add link to repo url
2022-10-23 18:09:35 +03:30
David Refoua
2acb6808ed
use pwsh as shell value
2022-10-18 16:54:26 +03:30
David Refoua
ee913e09ee
use relative path
2022-10-18 16:51:59 +03:30
David Refoua
ede79c2199
use correct sources path
2022-10-18 16:41:38 +03:30
David Refoua
665df2a8c8
add step to initialize vendors
2022-10-18 16:26:47 +03:30
David Refoua
971483b2b7
use consistent indentation in init.bat
2022-10-18 15:20:35 +03:30
David Refoua
04e4446c37
add step label name
2022-10-18 12:44:59 +03:30
David Refoua
8a71e7d51b
stop steps if no new versions detected
2022-10-18 12:30:55 +03:30
David Refoua
2ebf68393f
fix small ending delimiter
2022-10-17 23:46:14 +03:30
David Refoua
856d22e9f8
write raw github env var with newlines
2022-10-17 23:43:06 +03:30
David Refoua
9151fb3469
new line GitHub env improvements
2022-10-17 23:35:29 +03:30
David Refoua
d767c9b2e9
use alternative method to escape newlines
2022-10-17 22:25:09 +03:30
David Refoua
3943ba6cc8
fix small bug
2022-10-17 22:19:37 +03:30
David Refoua
cc9699c134
resolve issues with variable name
2022-10-17 22:16:26 +03:30
David Refoua
4264158ff2
attempt to fix new lines for PR message
2022-10-17 22:14:00 +03:30
David Refoua
0559060ceb
use correct escaping for new line
2022-10-17 21:58:51 +03:30
David Refoua
ae391eb576
use paranthesis to fix bug
2022-10-17 21:56:05 +03:30
David Refoua
129c2971c7
use a table for message description
2022-10-17 21:51:35 +03:30
David Refoua
3fe76de9b5
fix github variable
2022-10-17 21:19:19 +03:30
David Refoua
e1a0d3850c
improve formatting of text
2022-10-17 21:18:24 +03:30
David Refoua
1e34c885f3
fix typos
2022-10-17 21:11:37 +03:30
David Refoua
f468ddfe95
fix typo
2022-10-17 21:02:53 +03:30
David Refoua
e7139bd474
initial update vendors script
2022-10-17 21:00:30 +03:30
David Refoua
e1caeb879a
Merge branch 'master' of https://github.com/DRSDavidSoft/cmder
2022-10-16 14:56:30 +03:30
David Refoua
50bf15dd75
update tests to use separate steps
2022-10-16 00:33:31 +03:30
David Refoua
2de6f8232a
add tests
2022-10-16 00:27:20 +03:30
David Refoua
59269aa9f1
allow manual trigger
2022-10-15 15:48:13 +03:30
David Refoua
1c4a8b3ff5
add vendor dependency check action
2022-10-15 15:39:57 +03:30
David Refoua
23edc8036f
fetch all git history
2022-10-15 04:31:56 +03:30