Browse Source

Rename CodeQL workflow

pull/34/head
Abheek Dhawan 3 years ago
parent
commit
10ad96a521
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 3
      .github/workflows/codeql-analysis.yml

3
.github/workflows/codeql-analysis.yml

@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of # the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages. # supported CodeQL languages.
# #
name: "CodeQL" name: "codeql"
on: on:
push: push:
@ -22,7 +22,6 @@ on:
jobs: jobs:
analyze: analyze:
name: Analyze
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:

Loading…
Cancel
Save