Ico Doornekamp
a6a097c111
Add CI test for mingw/wine on linux
2023-05-18 15:15:41 +02:00
Calvin Rose
244833cfa1
Merge pull request #1040 from lgtm-migrator/codeql
...
Add CodeQL workflow for GitHub code scanning
2023-01-29 09:04:18 -06:00
Calvin Rose
20bc323d17
Use gcc explicitly in mingw build.
2023-01-22 11:21:28 -06:00
Calvin Rose
8b0bcf4db9
Add the mingw toolchain.
2023-01-22 11:10:04 -06:00
Calvin Rose
f8ddea6452
Add msys2 testing with github actions.
2023-01-22 11:05:27 -06:00
LGTM Migrator
4067f883a2
Add CodeQL workflow for GitHub code scanning
2022-11-05 10:22:49 +00:00
naveen
9cda44f443
chore: Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-05-27 00:32:28 +00:00
Calvin Rose
545c09e202
Update hash mixing behavior - address #889
...
Try to have better behavior when mixing sub-hashes that are not uniform and
randomly distributed. Premultiply by a large prime before mixing to
"spread entropy" if it is concentrated in a certain subset of bits.
2021-12-05 16:34:26 -06:00
Calvin Rose
1855c6aed5
Remove appveyor.
2021-12-04 13:23:34 -06:00
Michael Camilleri
f4282de068
Add GitHub Workflow to test
2021-08-25 10:49:56 +09:00
Michael Camilleri
7abcb1579a
Set JANET_DIST_DIR before making artifact
2021-08-23 15:47:25 +09:00
Michael Camilleri
7ce733cc16
Change lowercase step
2021-08-23 15:24:25 +09:00
Michael Camilleri
41a3c5f846
Add GitHub Workflow to draft release
2021-08-23 14:55:59 +09:00