diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3f437c2a..f5a6c312 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -41,7 +41,6 @@ jobs: uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 with: languages: ${{ matrix.language }} - queries: security - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index ebc3bb65..baeceaff 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,13 +15,14 @@ jobs: timeout-minutes: 10 concurrency: - group: ${{ github.workflow }}-${{ github.sha }} + group: ${{ github.workflow }}-${{ github.sha }}-${{ matrix.node-version }} cancel-in-progress: false permissions: contents: read strategy: + fail-fast: false matrix: node-version: [14.x, 16.x, 18.x, 20.x, 22.x] @@ -38,7 +39,7 @@ jobs: package-manager-cache: false - name: Set PUBLISH_PLEASE_DISABLE_PROMPT - run: echo "PUBLISH_PLEASE_DISABLE_PROMPT=true" >> $GITHUB_ENV + run: echo "PUBLISH_PLEASE_DISABLE_PROMPT=true" >> "${GITHUB_ENV}" - name: Install dependencies run: npm install --ignore-scripts