diff --git a/.github/actions/gokakashi-scan/action.yaml b/.github/actions/gokakashi-scan/action.yaml index fb2df6b..aaed362 100644 --- a/.github/actions/gokakashi-scan/action.yaml +++ b/.github/actions/gokakashi-scan/action.yaml @@ -36,12 +36,14 @@ runs: with: node-version: '20.x' cache: 'npm' - cache-dependency-path: .github/actions/gokakashi-scan/package-lock.json + cache-dependency-path: .github/actions/gokakashi-scan - name: Install dependencies run: npm ci + working-directory: .github/actions/gokakashi-scan shell: bash - name: Run goKakashi scan run: node index.js - shell: bash \ No newline at end of file + shell: bash + working-directory: .github/actions/gokakashi-scan \ No newline at end of file