Skip to content

Commit 61a817c

Browse files
Merge branch 'main' into refactor/migrate-apollo-3-to-4
2 parents a728eb2 + 354eaf5 commit 61a817c

File tree

3 files changed

+811
-845
lines changed

3 files changed

+811
-845
lines changed

.github/workflows/run-code-ql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3232

3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9
34+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
3535
with:
3636
languages: ${{ matrix.language }}
3737

@@ -55,6 +55,6 @@ jobs:
5555
run: pnpm install --frozen-lockfile
5656

5757
- name: Perform CodeQL analysis
58-
uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9
58+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93
5959
with:
6060
category: /language:${{ matrix.language }}

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@graphql-codegen/typescript-operations": "^5.0.0",
7878
"@lhci/cli": "^0.15.1",
7979
"@playwright/test": "^1.55.1",
80-
"@swc/core": "^1.13.20",
80+
"@swc/core": "1.13.19",
8181
"@swc/jest": "^0.2.39",
8282
"@tailwindcss/postcss": "^4.1.13",
8383
"@testing-library/jest-dom": "^6.8.0",

0 commit comments

Comments
 (0)