Skip to content

Commit

Permalink
Rename more CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Feb 14, 2025
1 parent 26fce20 commit ec9d1f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-jpl-standard.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Semantic code analysis with CodeQL
# see https://github.com/github/codeql-action

name: "JPL Coding Standard Scan"
name: "Code Scan: JPL Coding Standard"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-security-scan.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Semantic code analysis with CodeQL
# see https://github.com/github/codeql-action

name: "CodeQL Security Scan"
name: "Code Scan: CodeQL Security"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cppcheck-scan.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Adapted from https://github.com/nasa/cFS/blob/c36aa2c1df0fb47a3838577908af3d0d0ab0ef54/.github/workflows/static-analysis.yml
name: "Cppcheck Scan"
name: "Code Scan: CppCheck"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpplint-scan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Cpplint Scan"
name: "Code Scan: Cpplint"

on:
push:
Expand Down

0 comments on commit ec9d1f9

Please sign in to comment.