We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd6722 commit 08066fbCopy full SHA for 08066fb
.github/dependabot.yaml
@@ -31,3 +31,8 @@ updates:
31
ignore:
32
- dependency-name: 'zod'
33
versioning-strategy: 'increase'
34
+ - package-ecosystem: 'npm'
35
+ directory: '/extensions/vscode/'
36
+ schedule:
37
+ interval: 'weekly'
38
+ versioning-strategy: 'increase'
.github/workflows/release.yml
@@ -188,7 +188,7 @@ jobs:
188
path: dist-packs
189
190
- name: Release - Download VSIX artifact
191
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
192
with:
193
name: codeql-development-mcp-server-vsix-${{ needs.resolve-version.outputs.version }}
194
path: dist-vsix
0 commit comments