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:
- dev
- release/*
paths:
- '**.js'
- '**.ts'
schedule:
- cron: '55 5 * * 1-5'
@ -23,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
language: [ 'javascript', 'ruby' ]
steps:
- name: Checkout repository

Loading…
Cancel
Save