aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2022-11-25 11:23:44 -0500
committerLibravatar GitHub <noreply@github.com>2022-11-25 11:23:44 -0500
commit1f1dcf08ab38467fb47ac2dd0dcc1e5c9e57d5c9 (patch)
tree0238435a4e09ca1da1a2b253f074a14e1cd53558
parentMerge pull request #5484 from glitsj16/localtime-fix (diff)
parentci: ignore man/vim paths in build-extra/codeql workflows (diff)
downloadfirejail-1f1dcf08ab38467fb47ac2dd0dcc1e5c9e57d5c9.tar.gz
firejail-1f1dcf08ab38467fb47ac2dd0dcc1e5c9e57d5c9.tar.zst
firejail-1f1dcf08ab38467fb47ac2dd0dcc1e5c9e57d5c9.zip
Merge pull request #5481 from kmk3/ci-sort-ignore-paths
ci: sort and ignore more paths
-rw-r--r--.github/workflows/build-extra.yml26
-rw-r--r--.github/workflows/build.yml10
-rw-r--r--.github/workflows/codeql-analysis.yml18
-rw-r--r--.github/workflows/profile-checks.yml12
4 files changed, 50 insertions, 16 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index c0e0062cd..e9ec436a4 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -4,33 +4,43 @@ on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths-ignore: 6 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*'
8 - 'etc/**'
9 - 'contrib/vim/**'
10 - 'src/man/*.txt'
7 - .git-blame-ignore-revs 11 - .git-blame-ignore-revs
12 - .github/dependabot.yml
13 - .github/pull_request_template.md
14 - .github/workflows/codeql-analysis.yml
8 - .gitignore 15 - .gitignore
16 - .gitlab-ci.yml
9 - CONTRIBUTING.md 17 - CONTRIBUTING.md
10 - COPYING 18 - COPYING
11 - README 19 - README
12 - README.md 20 - README.md
13 - RELNOTES 21 - RELNOTES
14 - SECURITY.md 22 - SECURITY.md
15 - 'etc/**' 23 - src/firecfg/firecfg.config
16 - 'src/firecfg/firecfg.config'
17 - '.github/ISSUE_TEMPLATE/*'
18 - '.github/pull_request_template.md'
19 pull_request: 24 pull_request:
20 branches: [ master ] 25 branches: [ master ]
21 paths-ignore: 26 paths-ignore:
27 - '.github/ISSUE_TEMPLATE/*'
28 - 'etc/**'
29 - 'contrib/vim/**'
30 - 'src/man/*.txt'
22 - .git-blame-ignore-revs 31 - .git-blame-ignore-revs
32 - .github/dependabot.yml
33 - .github/pull_request_template.md
34 - .github/workflows/codeql-analysis.yml
23 - .gitignore 35 - .gitignore
36 - .gitlab-ci.yml
24 - CONTRIBUTING.md 37 - CONTRIBUTING.md
25 - COPYING 38 - COPYING
26 - README 39 - README
27 - README.md 40 - README.md
28 - RELNOTES 41 - RELNOTES
29 - SECURITY.md 42 - SECURITY.md
30 - 'etc/**' 43 - src/firecfg/firecfg.config
31 - 'src/firecfg/firecfg.config'
32 - '.github/ISSUE_TEMPLATE/*'
33 - '.github/pull_request_template.md'
34 44
35permissions: # added using https://github.com/step-security/secure-workflows 45permissions: # added using https://github.com/step-security/secure-workflows
36 contents: read 46 contents: read
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6612e256d..3119f59b9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -4,8 +4,13 @@ on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths-ignore: 6 paths-ignore:
7 - '.github/ISSUE_TEMPLATE/*'
7 - .git-blame-ignore-revs 8 - .git-blame-ignore-revs
9 - .github/dependabot.yml
10 - .github/pull_request_template.md
11 - .github/workflows/codeql-analysis.yml
8 - .gitignore 12 - .gitignore
13 - .gitlab-ci.yml
9 - CONTRIBUTING.md 14 - CONTRIBUTING.md
10 - COPYING 15 - COPYING
11 - README 16 - README
@@ -15,8 +20,13 @@ on:
15 pull_request: 20 pull_request:
16 branches: [ master ] 21 branches: [ master ]
17 paths-ignore: 22 paths-ignore:
23 - '.github/ISSUE_TEMPLATE/*'
18 - .git-blame-ignore-revs 24 - .git-blame-ignore-revs
25 - .github/dependabot.yml
26 - .github/pull_request_template.md
27 - .github/workflows/codeql-analysis.yml
19 - .gitignore 28 - .gitignore
29 - .gitlab-ci.yml
20 - CONTRIBUTING.md 30 - CONTRIBUTING.md
21 - COPYING 31 - COPYING
22 - README 32 - README
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 2190c9a1d..ad19c9530 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -9,28 +9,42 @@ on:
9 push: 9 push:
10 branches: [ master ] 10 branches: [ master ]
11 paths-ignore: 11 paths-ignore:
12 - '.github/ISSUE_TEMPLATE/*'
13 - 'etc/**'
14 - 'contrib/vim/**'
15 - 'src/man/*.txt'
12 - .git-blame-ignore-revs 16 - .git-blame-ignore-revs
17 - .github/dependabot.yml
18 - .github/pull_request_template.md
13 - .gitignore 19 - .gitignore
20 - .gitlab-ci.yml
14 - CONTRIBUTING.md 21 - CONTRIBUTING.md
15 - COPYING 22 - COPYING
16 - README 23 - README
17 - README.md 24 - README.md
18 - RELNOTES 25 - RELNOTES
19 - SECURITY.md 26 - SECURITY.md
20 - 'etc/**' 27 - src/firecfg/firecfg.config
21 pull_request: 28 pull_request:
22 # The branches below must be a subset of the branches above 29 # The branches below must be a subset of the branches above
23 branches: [ master ] 30 branches: [ master ]
24 paths-ignore: 31 paths-ignore:
32 - '.github/ISSUE_TEMPLATE/*'
33 - 'etc/**'
34 - 'contrib/vim/**'
35 - 'src/man/*.txt'
25 - .git-blame-ignore-revs 36 - .git-blame-ignore-revs
37 - .github/dependabot.yml
38 - .github/pull_request_template.md
26 - .gitignore 39 - .gitignore
40 - .gitlab-ci.yml
27 - CONTRIBUTING.md 41 - CONTRIBUTING.md
28 - COPYING 42 - COPYING
29 - README 43 - README
30 - README.md 44 - README.md
31 - RELNOTES 45 - RELNOTES
32 - SECURITY.md 46 - SECURITY.md
33 - 'etc/**' 47 - src/firecfg/firecfg.config
34 schedule: 48 schedule:
35 - cron: '0 7 * * 2' 49 - cron: '0 7 * * 2'
36 50
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index d36d050ab..17e756685 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -4,17 +4,17 @@ on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths: 6 paths:
7 - 'etc/**'
8 - 'ci/check/profiles/**' 7 - 'ci/check/profiles/**'
9 - 'src/firecfg/firecfg.config' 8 - 'etc/**'
10 - 'contrib/sort.py' 9 - contrib/sort.py
10 - src/firecfg/firecfg.config
11 pull_request: 11 pull_request:
12 branches: [ master ] 12 branches: [ master ]
13 paths: 13 paths:
14 - 'etc/**'
15 - 'ci/check/profiles/**' 14 - 'ci/check/profiles/**'
16 - 'src/firecfg/firecfg.config' 15 - 'etc/**'
17 - 'contrib/sort.py' 16 - contrib/sort.py
17 - src/firecfg/firecfg.config
18 18
19permissions: # added using https://github.com/step-security/secure-workflows 19permissions: # added using https://github.com/step-security/secure-workflows
20 contents: read 20 contents: read