Skip to content

Commit 605895a

Browse files
committed
AIO Build Default Runners
1 parent d945f65 commit 605895a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/CodeQL_AIO_Native_Runner_Example.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CodeQL_AIO_Larger_Runner_Example.yml
1+
name: CodeQL_AIO_Native_Runner_Example.yml
22
on:
33
push:
44
branches: [ main ]
@@ -38,7 +38,7 @@ jobs:
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 && \
@@ -79,7 +79,7 @@ jobs:
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 && \
@@ -92,7 +92,7 @@ jobs:
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

0 commit comments

Comments
 (0)