Skip to content

Commit f7c5d84

Browse files
committed
Adding no build and no cache
1 parent 7dbeafa commit f7c5d84

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ jobs:
102102
- name: Setup
103103
uses: ./.github/actions/setup
104104

105+
- name: Setup Node.js
106+
uses: actions/setup-node@v4
107+
with:
108+
node-version: '22'
109+
110+
- name: Install Dependencies
111+
run: npm install
112+
105113
- name: Install JDK
106114
if: env.turbo_cache_hit != 1
107115
uses: actions/setup-java@v4
@@ -130,7 +138,7 @@ jobs:
130138
cd example
131139
yarn install
132140
cd android
133-
./gradlew clean
141+
./gradlew clean --no-daemon --no-build-cache
134142
135143
- name: Perform CodeQL Analysis
136144
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)