Skip to content

Commit

Permalink
ci: unify job and workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored Nov 20, 2024
1 parent 70b3a86 commit ef3e9e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CODE_SCANNING.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

name: "Code Scanning"
name: CODE_SCANNING

on:
push:
Expand All @@ -10,7 +9,7 @@ on:
- '**/*.md'

jobs:
CodeQL-Build:
codeql_build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest

Expand Down

0 comments on commit ef3e9e2

Please sign in to comment.