Skip to content

Commit ab9f499

Browse files
authored
Merge branch 'main' into copilot/fix-invalid-schema-query-results-cache-retrieve
2 parents 0d6ad5d + d7d3d4b commit ab9f499

11 files changed

Lines changed: 12 additions & 12 deletions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
go-version-file: 'client/go.mod'
9999

100100
- name: Setup Node.js environment
101-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
101+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
102102
with:
103103
cache: 'npm'
104104
node-version-file: '.node-version'
@@ -208,7 +208,7 @@ jobs:
208208
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
209209

210210
- name: Setup Node.js
211-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
211+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
212212
with:
213213
cache: 'npm'
214214
node-version-file: '.node-version'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3434

3535
- name: Setup Node.js environment
36-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
36+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3737
with:
3838
cache: 'npm'
3939
node-version-file: '.node-version'

.github/workflows/build-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3232

3333
- name: Build Server - Setup Node.js environment
34-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
34+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3535
with:
3636
cache: 'npm'
3737
node-version-file: '.node-version'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# token: ${{ secrets.QL_DEV_TOKEN }}
4141

4242
- name: Copilot Setup - Setup Node.js
43-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
43+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
4444
with:
4545
cache: 'npm'
4646
node-version-file: '.node-version'

.github/workflows/lint-and-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

2121
- name: Lint and Format - Setup Node.js
22-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
22+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
2323
with:
2424
cache: 'npm'
2525
node-version-file: '.node-version'

.github/workflows/query-unit-tests-swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3636

3737
- name: Query Unit Tests - swift - Setup Node.js
38-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
38+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
3939
with:
4040
cache: 'npm'
4141
node-version-file: '.node-version'

.github/workflows/query-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4949

5050
- name: Query Unit Tests - ${{ matrix.language }} - Setup Node.js
51-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
51+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
5252
with:
5353
cache: 'npm'
5454
node-version-file: '.node-version'

.github/workflows/release-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
ref: refs/tags/${{ steps.version.outputs.version }}
6060

6161
- name: npm - Setup Node.js
62-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
62+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6363
with:
6464
cache: 'npm'
6565
node-version-file: '.node-version'

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Tag - Setup Node.js
100100
if: steps.check-tag.outputs.tag_exists != 'true'
101-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
101+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
102102
with:
103103
cache: 'npm'
104104
node-version-file: '.node-version'

.github/workflows/release-vsix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
ref: refs/tags/${{ steps.version.outputs.version }}
6161

6262
- name: VSIX - Setup Node.js
63-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
63+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
6464
with:
6565
cache: 'npm'
6666
node-version-file: '.node-version'

0 commit comments

Comments
 (0)