Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add dependency checker #400

Merged
merged 2 commits into from
Sep 1, 2023
Merged

ci: Add dependency checker #400

merged 2 commits into from
Sep 1, 2023

Conversation

cpswan
Copy link
Member

@cpswan cpswan commented Sep 1, 2023

fixes at_client_sdk#1111

- What I did

Added workflows for dependency checking and static analysis.

- How I did it

git checkout trunk
git pull
git checkout -b cpswan-deps-checker
cp ../sshnoports/.github/workflows/codeql.yml .github/workflows/
cp ../sshnoports/.github/workflows/dependency-review.yml .github/workflows/
git add .
git commit -m 'ci: Add dependency checker and static analysis'
git push

- How to verify it

New checks should appear in this PR :)

- Description for the changelog

ci: Add dependency checker

@cpswan cpswan requested review from gkc and XavierChanth September 1, 2023 13:45
@cpswan cpswan self-assigned this Sep 1, 2023
@cpswan cpswan changed the title ci: Add dependency checker and static analysis ci: Add dependency checker Sep 1, 2023
@gkc gkc merged commit 99a0c79 into trunk Sep 1, 2023
9 checks passed
@gkc gkc deleted the cpswan-deps-checker branch September 1, 2023 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants