Skip to content

Commit b07c090

Browse files
authored
Merge branch 'main' into dependabot/github_actions/softprops/action-gh-release-3.0.0
2 parents 2650c02 + ec722c7 commit b07c090

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build-and-test-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
install-language-runtimes: 'false'
6565

6666
- name: Cache VS Code for integration tests
67-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
67+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
6868
with:
6969
key: vscode-test-${{ runner.os }}-stable
7070
path: extensions/vscode/.vscode-test

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
npm run bundle:server
7979
8080
- name: Copilot Setup - Cache VS Code for integration tests
81-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
81+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
8282
with:
8383
key: vscode-test-${{ runner.os }}-stable
8484
path: extensions/vscode/.vscode-test

.github/workflows/release-codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
ls -lh dist-packs/
128128
129129
- name: CodeQL - Upload CodeQL pack artifacts
130-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
130+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
131131
with:
132132
name: codeql-tool-query-packs-${{ steps.version.outputs.version }}
133133
path: dist-packs/*.tar.gz

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "✅ Published npm package to npmjs.org (with provenance)"
100100
101101
- name: npm - Upload release build artifact
102-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
102+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
103103
with:
104104
name: release-build-${{ steps.version.outputs.version }}
105105
path: |

.github/workflows/release-vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
done
113113
114114
- name: VSIX - Upload artifact
115-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
115+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
116116
with:
117117
name: codeql-development-mcp-server-vsix-${{ steps.version.outputs.version }}
118118
path: extensions/vscode/${{ steps.package.outputs.vsix_name }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
tar -czvf codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }}.tar.gz -C dist-package .
233233
234234
- name: Release - Upload artifact
235-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
235+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
236236
with:
237237
name: codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }}
238238
path: codeql-development-mcp-server-${{ needs.resolve-version.outputs.version }}.tar.gz

0 commit comments

Comments
 (0)