Skip to content

Commit

Permalink
Add improvements in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
syn-4ck committed Dec 7, 2024
1 parent 6d1385c commit 700647c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on: # yamllint disable-line rule:truthy
branches:
- main
- develop
workflow_dispatch:

jobs:
analyze:
Expand All @@ -31,12 +32,12 @@ jobs:
uses: actions/checkout@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: python

- name: Autobuild
uses: github/codeql-action/autobuild@v1
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
1 change: 1 addition & 0 deletions .github/workflows/gitguardian-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: GitGuardian scan
on: # yamllint disable-line rule:truthy
push:
pull_request:
workflow_dispatch:

jobs:
scanning:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/yaml-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Yaml Lint
on: # yamllint disable-line rule:truthy
push:
pull_request:
workflow_dispatch:

jobs:
yamllint:
Expand Down

0 comments on commit 700647c

Please sign in to comment.