Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
eca0648
fix(auth): 401 on private leaderboards
ZRunner Oct 26, 2025
411db35
build(deps): bump js-yaml from 4.1.0 to 4.1.1
dependabot[bot] Nov 15, 2025
52cc5ff
build(deps): bump js-yaml from 4.1.0 to 4.1.1 (#27)
ZRunner Nov 17, 2025
4ee0f39
build(deps): bump jwa from 1.4.1 to 1.4.2
ZRunner Dec 17, 2025
13d016f
build(deps): bump qs and express
dependabot[bot] Jan 1, 2026
8be4c6a
feat(ci): update codeql-action to v4
ZRunner Jan 3, 2026
4a0b9d1
build(deps): bump qs and express (#30)
ZRunner Jan 21, 2026
f21b172
build(deps): bump lodash from 4.17.21 to 4.17.23
dependabot[bot] Jan 22, 2026
cd3d60b
build(deps): bump lodash from 4.17.21 to 4.17.23 (#31)
ZRunner Jan 26, 2026
5774a4b
build(deps): bump qs from 6.14.1 to 6.14.2
dependabot[bot] Feb 14, 2026
ebb8b0c
build(deps): bump qs from 6.14.1 to 6.14.2 (#32)
ZRunner Feb 19, 2026
c5f266d
build(deps): bump ajv from 6.12.6 to 6.14.0
dependabot[bot] Feb 22, 2026
08fecd1
build(deps): bump minimatch
dependabot[bot] Mar 1, 2026
ecb353f
build(deps): bump ajv from 6.12.6 to 6.14.0 (#33)
ZRunner Mar 8, 2026
3f99d81
build(deps): bump minimatch (#35)
ZRunner Mar 8, 2026
8bb0352
build(deps): bump flatted from 3.3.2 to 3.4.2
dependabot[bot] Mar 20, 2026
fa12f9a
build(deps): bump picomatch from 2.3.1 to 2.3.2
dependabot[bot] Mar 27, 2026
0147621
build(deps): bump path-to-regexp from 8.3.0 to 8.4.0
dependabot[bot] Mar 28, 2026
299d8a8
build(deps): bump flatted from 3.3.2 to 3.4.2 (#37)
ZRunner Mar 28, 2026
e7be407
build(deps): bump brace-expansion
dependabot[bot] Mar 28, 2026
8826280
build(deps): bump brace-expansion (#40)
ZRunner Mar 28, 2026
5636ca6
build(deps): bump path-to-regexp from 8.3.0 to 8.4.0 (#39)
ZRunner Mar 28, 2026
cb369fc
build(deps): bump picomatch from 2.3.1 to 2.3.2 (#38)
ZRunner Mar 28, 2026
177b4d8
fix(deps): audit fix
ZRunner Apr 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
Expand Down Expand Up @@ -85,6 +85,6 @@ jobs:
exit 1

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
Loading
Loading