We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a82a4e commit 4214f73Copy full SHA for 4214f73
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# Set update schedule for GitHub Actions
2
+
3
+version: 2
4
+updates:
5
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ # Check for updates to GitHub Actions every week
10
+ interval: "weekly"
11
+ labels:
12
+ - "Release Not Needed
13
+ target-branch: "v4sdk-development"
.github/workflows/semgrep-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
p/owasp-top-ten
36
37
- name: Upload SARIF file for GitHub Advanced Security Dashboard
38
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 #v3.28.15
39
with:
40
sarif_file: semgrep.sarif
41
if: always()
0 commit comments