Skip to content

Commit c441513

Browse files
authored
Merge pull request #205 from fairagro/feature/refactor_github_workflows
feat: Introduce reusable workflows for CI/CD pipeline
2 parents a0a972d + 72135c4 commit c441513

19 files changed

Lines changed: 1028 additions & 1357 deletions

.github/codeql/codeql-config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
paths-ignore:
2+
- dev_environment

.github/workflows/codeql.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,7 @@ jobs:
8484
with:
8585
languages: ${{ matrix.language }}
8686
build-mode: ${{ matrix.build-mode }}
87-
# If you wish to specify custom queries, you can do so here or in a config file.
88-
# By default, queries listed here will override any specified in a config file.
89-
# Prefix the list here with "+" to use these queries and those in the config file.
90-
91-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
92-
# queries: security-extended,security-and-quality
87+
config-file: .github/codeql/codeql-config.yml
9388

9489
# If the analyze step fails for one of the languages you are analyzing with
9590
# "We were unable to automatically build your code", modify the matrix above

.github/workflows/docker-build.yml

Lines changed: 0 additions & 368 deletions
This file was deleted.

0 commit comments

Comments
 (0)