Skip to content

Commit

Permalink
Update codeql_no_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nshandra authored Dec 17, 2024
1 parent 63ed3a1 commit 8b44785
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql_no_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Advanced"
name: "CodeQL No build"

on:
workflow_dispatch:
Expand Down Expand Up @@ -58,8 +58,8 @@ jobs:
node-version: '18' # Specify the Node.js version your project uses
cache: 'yarn'

- name: Install dependencies
run: yarn install
#- name: Install dependencies
# run: yarn install

#- name: Build project
# run: yarn build
Expand Down

0 comments on commit 8b44785

Please sign in to comment.