Aaron Stannard
|
1e2eda4d80
|
Add CodeQL vulnerability scanning (#6254)
Akka.NET is a big project with a large installbase. It's time we add some security scanning tools to our suite.
|
2022-11-15 11:49:28 -06:00 |
Aaron Stannard
|
5665013e7e
|
Increase dependabot open PR limit (#6227)
https://github.com/akkadotnet/akka.net/issues/6226 <-- ran into this issue here.
|
2022-11-04 14:08:15 -05:00 |
Aaron Stannard
|
b56ea0b78b
|
Disabling GH NuGet nightly flow (#6021)
Working on turning on some other GH actions, but want to disable this one for the time being
|
2022-06-23 14:35:54 -05:00 |
Ismael Hamed
|
71289e69f4
|
Avoid nightly jobs in forked projects (#5469)
|
2021-12-30 08:52:22 -06:00 |
dependabot-preview[bot]
|
82d790921f
|
Upgrade to GitHub-native Dependabot (#4984)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-04-28 17:47:22 +00:00 |
Aaron Stannard
|
c506a2e31a
|
fix FAKE command
|
2021-02-03 11:08:58 -06:00 |
Aaron Stannard
|
726f8ac5c5
|
have FAKE push nightlies from Github Actions
|
2021-02-03 11:06:25 -06:00 |
Aaron Stannard
|
836cbc2afb
|
quoted NuGet package paths for globbing
Apparently powershell requires it
|
2021-02-03 11:01:27 -06:00 |
Aaron Stannard
|
91189585ef
|
passing arguments explicitly into `dotnet push`
|
2021-02-03 10:56:05 -06:00 |
Aaron Stannard
|
496b442afb
|
fix paths for output NuGet binaries
|
2021-02-03 10:48:40 -06:00 |
Aaron Stannard
|
12115daba8
|
fix nightly-nuget.yml FAKE invocation
The default shell in Github Actions is PowerShell: https://docs.github.com/en/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions#differences-in-the-default-shell-on-windows
Therefore, we need to append a `./` to the front of our build scripts.
|
2021-02-03 10:42:28 -06:00 |
Aaron Stannard
|
70db64c223
|
added Github action support for "workflow_dispatch"
Added this in order to ensure that this Github action could be run manually, if needed, per https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/
|
2021-02-03 10:36:12 -06:00 |
Aaron Stannard
|
ea9cc5341e
|
adding nightly build support for Github packages (#4758)
|
2021-02-03 10:32:25 -06:00 |
moerwald
|
90bba61afa
|
Deleting file, reason issue 3537 (#3581)
* Deleting file, reason issue 3537
https://github.com/akkadotnet/akka.net/issues/3537
* Added stale.yml config file
|
2018-09-05 09:39:05 -05:00 |