Add ruby to codeql scan

pull/9965/head
Oliver Günther 3 years ago committed by GitHub
parent be76022c8f
commit 31c9a2b9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/codeql-scan-core.yml

@ -5,9 +5,6 @@ on:
branches: branches:
- dev - dev
- release/* - release/*
paths:
- '**.js'
- '**.ts'
schedule: schedule:
- cron: '55 5 * * 1-5' - cron: '55 5 * * 1-5'
@ -23,7 +20,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
language: [ 'javascript' ] language: [ 'javascript', 'ruby' ]
steps: steps:
- name: Checkout repository - name: Checkout repository

Loading…
Cancel
Save