aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-23Update codeql-analysis.yml to use Java 17.Docile-Alligator1-0/+6
2024-05-08Update GitHub workflows JDK version to 17.Docile-Alligator1-2/+2
2022-09-09Update GitHub workflows (#995)Sergei Kozelko2-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
2021-09-25Use Java 11TacoTheDank1-3/+3
2021-07-13Create codeql-analysis.ymlLuke Simmons1-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>
2021-07-12Create build.ymlLuke Simmons1-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>