summaryrefslogtreecommitdiffstats
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2022-07-03Update CodeQL and update runner before installing (#1775)Lorenz1-2/+3
2021-11-24Merge pull request #1682 from phibos/codeqlRincewindsHat1-0/+71
Add CodeQL checks
2021-10-25actions: map utmp from host to containerSven Nierlein1-0/+1
this fixes the check_users not having any logged in user to check.
2021-05-20remove useless commentsSven Nierlein1-35/+3
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2021-05-19Prune container and volumesJacob Hansen1-1/+2
Rather than manully removing the tmpfs volume. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-05-19Disable IPv6 in testsJacob Hansen1-1/+1
Docker doesn't seem to have a working IPv6 stack by default. For now disable IPv6 tests. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-04-30migrate travis ci to github actionsSven Nierlein1-0/+77
2021-04-28Add CodeQL checksrefs/pull/1682/headPhiBo1-0/+71
Add initial github actions to perform CodeQL securtiy checks