aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-12-04 17:37:02 +0100
committerLibravatar GitHub <noreply@github.com>2022-12-04 16:37:02 +0000
commit16afd8c8e9818a7bff5e460c76eabf47255caf57 (patch)
tree8de77e3c3e412c59fa05d6fadbfac3e08298a0f7 /.github/workflows/codeql-analysis.yml
parentMerge pull request #5488 from kmk3/configure-fix-format-misc (diff)
downloadfirejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.tar.gz
firejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.tar.zst
firejail-16afd8c8e9818a7bff5e460c76eabf47255caf57.zip
Add basic gtksourceview language-spec (#5502)
Tested with org.gnome.TextEditor. The gtksourceview language-spec hasn't changed between gtksourceview 3, 4 and 5 AFAIK so it should also work on older systems if you copy/link the file in the right places.
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 10ed13c99..554a0bd6b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -11,6 +11,7 @@ on:
11 paths-ignore: 11 paths-ignore:
12 - '.github/ISSUE_TEMPLATE/*' 12 - '.github/ISSUE_TEMPLATE/*'
13 - 'etc/**' 13 - 'etc/**'
14 - 'contrib/gtksourceview-5/**'
14 - 'contrib/vim/**' 15 - 'contrib/vim/**'
15 - 'src/man/*.txt' 16 - 'src/man/*.txt'
16 - .git-blame-ignore-revs 17 - .git-blame-ignore-revs
@@ -32,6 +33,7 @@ on:
32 paths-ignore: 33 paths-ignore:
33 - '.github/ISSUE_TEMPLATE/*' 34 - '.github/ISSUE_TEMPLATE/*'
34 - 'etc/**' 35 - 'etc/**'
36 - 'contrib/gtksourceview-5/**'
35 - 'contrib/vim/**' 37 - 'contrib/vim/**'
36 - 'src/man/*.txt' 38 - 'src/man/*.txt'
37 - .git-blame-ignore-revs 39 - .git-blame-ignore-revs