File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : CodeQL_AIO_Larger_Runner_Example .yml
1+ name : CodeQL_AIO_Native_Runner_Example .yml
22on :
33 push :
44 branches : [ main ]
3838 # queries: security-extended,security-and-quality
3939
4040 - name : NPM Installation
41- working-directory : /Example01_JavaScript/
41+ working-directory : /home/runner/work/CodeQL_containerizedApp/CodeQL_containerizedApp/ Example01_JavaScript/
4242 run : |
4343 npm i -g typescript ts-node && \
4444 npm install --omit=dev --unsafe-perm && \
7979 uses : actions/checkout@v3
8080
8181 - name : Install dependencies
82- working-directory : /Example02_Java/
82+ working-directory : /home/runner/work/CodeQL_containerizedApp/CodeQL_containerizedApp/ Example02_Java/
8383 run : |
8484 apt-get update && \
8585 apt-get install build-essential maven default-jdk cowsay netcat -y && \
9292 languages : ${{ matrix.language }}
9393
9494 - name : Build with Maven
95- working-directory : /Example02_Java/
95+ working-directory : /home/runner/work/CodeQL_containerizedApp/CodeQL_containerizedApp/ Example02_Java/
9696 run : |
9797 mvn -B package --file pom.xml
9898
@@ -134,7 +134,7 @@ jobs:
134134 dotnet-version : 7.0.x
135135
136136 - name : Build with dotnet
137- working-directory : /Example03_Csharp/WebGoatCore/
137+ working-directory : /home/runner/work/CodeQL_containerizedApp/CodeQL_containerizedApp/ Example03_Csharp/WebGoatCore/
138138 run : dotnet build WebGoatCore.csproj
139139
140140 # - name: Autobuild
You can’t perform that action at this time.
0 commit comments