summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2022-11-09 15:39:34 +0000
committerMichael Drake <mdrake.unique@gmail.com>2022-11-09 17:10:48 +0000
commit14fba9afdce36db0f4465159ce976f24b6d4916c (patch)
tree8b5999baaa3d7f05028c158c667f2efe81e22248
parentd893a6d60282216fad0ed02c0e7a793e61c39631 (diff)
downloadnetsurf-14fba9afdce36db0f4465159ce976f24b6d4916c.tar.gz
netsurf-14fba9afdce36db0f4465159ce976f24b6d4916c.tar.bz2
GitHub CI: Make codeql job name match other jobs
-rw-r--r--.github/workflows/static-analysis.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml
index 1f01b73c8..5027d0510 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -4,7 +4,7 @@ on: [push]
jobs:
codeql:
- name: Analyze with CodeQL
+ name: codeql
runs-on: ubuntu-22.04
strategy: