Skip to content

Commit d44fbf7

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/types/vscode-1.105.0
2 parents a41aea7 + 8e956a5 commit d44fbf7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2020
- name: Install Node.js
21-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
21+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
2222
with:
2323
node-version: 22.x
2424
- run: npm install

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3
45+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v3
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -56,7 +56,7 @@ jobs:
5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
5858
- name: Autobuild
59-
uses: github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3
59+
uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v3
6060

6161
# ℹ️ Command-line programs to run using the OS shell.
6262
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -69,4 +69,4 @@ jobs:
6969
# ./location_of_script_within_repo/buildscript.sh
7070

7171
- name: Perform CodeQL Analysis
72-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v3
72+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3030
- name: Install Node.js
31-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
31+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
3232
with:
3333
node-version: 22.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout
3939
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4040
- name: Install Node.js
41-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
41+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903
4242
with:
4343
node-version: 22.x
4444
- run: npm install

0 commit comments

Comments
 (0)