aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update codeql-analysis.yml to use Java 17.Docile-Alligator2024-05-231-0/+6
|
* Update GitHub workflows JDK version to 17.Docile-Alligator2024-05-081-2/+2
|
* Update GitHub workflows (#995)Sergei Kozelko2022-09-092-13/+13
| | | | | | | | | | | | | | | * Update CodeQL to v2 v1 is deprecated, see https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/ * Use gradle action for build * Update checkout to v3 * Update setup-java to v3 * Update upload-artifact to v3 * Setup Dependabot to update GitHub actions
* Use Java 11TacoTheDank2021-09-251-3/+3
|
* Create codeql-analysis.ymlLuke Simmons2021-07-131-0/+33
| | | | | | | | Automatically scans code for vulnerabilities on every push to master, pull request, on demand, and at 12:00 UTC every day. Fix Signed-off-by: Luke Simmons <luke5083@live.com>
* Create build.ymlLuke Simmons2021-07-121-0/+33
Automatically build project on every push, pull request, and on demand and uploads build artifacts. Signed-off-by: Luke Simmons <luke5083@live.com>