Skip to content

Commit 0fd2db3

Browse files
authored
Merge branch 'main' into feature/archived-badge
2 parents ec79930 + 43b00bc commit 0fd2db3

File tree

3 files changed

+65
-11
lines changed

3 files changed

+65
-11
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@e296a935590eb16afc0c0108289f68c87e2a89a5
34+
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5
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@e296a935590eb16afc0c0108289f68c87e2a89a5
58+
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5
5959
with:
6060
category: /language:${{ matrix.language }}

backend/poetry.lock

Lines changed: 62 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sentry-sdk = { extras = [ "django" ], version = "^2.20.0" }
4545
slack-bolt = "^1.22.0"
4646
slack-sdk = "^3.37.0"
4747
strawberry-graphql = { extras = [ "django" ], version = "^0.283.2" }
48-
strawberry-graphql-django = "^0.65.1"
48+
strawberry-graphql-django = "^0.66.0"
4949
thefuzz = "^0.22.1"
5050
pyparsing = "^3.2.3"
5151

0 commit comments

Comments
 (0)