Add CodeQL and Dependabot (#159)

* Add CodeQL and Dependabot

* Address code review feedback
This commit is contained in:
Mark Wallace
2025-07-11 11:34:06 +01:00
committed by GitHub
Unverified
parent b708e2507d
commit 4cafe1c985
3 changed files with 136 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following information:
1. Why is this change required?
2. What problem does it solve?
3. What scenario does it contribute to?
4. If it fixes an open issue, please link to the issue here.
-->
### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [ ] The code builds clean without any errors or warnings
- [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/agent-framework/blob/main/CONTRIBUTING.md)
- [ ] All unit tests pass, and I have added new tests where possible
- [ ] I didn't break anyone :smile: