aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-12 21:40:24 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-09 14:14:38 +0100
commitdd81e1e3345b91c4cb4653b697c1054526f6b924 (patch)
treec5678fbf50ba7c703cf9acffb073ab2880470188 /.github/workflows/codeql.yml
parent29aa4dd10af74d29891cb293dc9ff393e9dba11f (diff)
downloadrneovim-dd81e1e3345b91c4cb4653b697c1054526f6b924.tar.gz
rneovim-dd81e1e3345b91c4cb4653b697c1054526f6b924.tar.bz2
rneovim-dd81e1e3345b91c4cb4653b697c1054526f6b924.zip
ci: refactor CI files
Mostly rename file and variable names to be more consistent. This makes it easier to locate them in the "Actions" tab on github.
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 033dd5aef4..75c932b0a6 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -1,4 +1,4 @@
-name: "CodeQL"
+name: "codeql"
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}