initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
5
github/codeql-action-v2/tests/cpp-autobuild/src/build.sh
Executable file
5
github/codeql-action-v2/tests/cpp-autobuild/src/build.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
errno || true # just a command to check its autoinstallation by deptrace
|
||||
|
||||
gcc -o main main.c
|
||||
8
github/codeql-action-v2/tests/cpp-autobuild/src/main.c
Normal file
8
github/codeql-action-v2/tests/cpp-autobuild/src/main.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "stdio.h"
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
if (1) {
|
||||
printf("Hello, World!\n");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue