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
# supported CodeQL languages.
#
name: "CodeQL"
name: "codeql"
on:
push:
@ -22,7 +22,6 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:

Loading…
Cancel
Save