We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e065b33 + 233d0d9 commit 34ace00Copy full SHA for 34ace00
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "pip"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ open-pull-requests-limit: 5
8
+ - package-ecosystem: "github-actions"
9
10
11
12
.github/workflows/security.yml
+name: Security Scans
+on:
+ pull_request:
+ push:
+ branches: [main]
+jobs:
+ codeql:
+ uses: 8linkz-sec/.github/.github/workflows/codeql-python.yml@main
+ secrets:
+ DISCORD_VULN: ${{ secrets.DISCORD_VULN }}
+ permissions:
+ security-events: write
0 commit comments