Skip to content

Commit f639d16

Browse files
authored
Merge branch 'master' into copilot/fix-289f4e3f-7f69-4e95-bec4-b437b9c44d89
2 parents b48baee + 8ced20b commit f639d16

File tree

18 files changed

+751
-704
lines changed

18 files changed

+751
-704
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323

2424
# Initializes the CodeQL tools for scanning.
2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/init@v3
26+
uses: github/codeql-action/init@v4
2727
# Override language selection by uncommenting this and choosing your languages
2828
# with:
2929
# languages: go, javascript, csharp, python, cpp, java
3030

3131
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3232
# If this step fails, then you should remove it and run the build manually (see below)
3333
- name: Autobuild
34-
uses: github/codeql-action/autobuild@v3
34+
uses: github/codeql-action/autobuild@v4
3535

3636
# ℹ️ Command-line programs to run using the OS shell.
3737
# 📚 https://git.io/JvXDl
@@ -45,4 +45,4 @@ jobs:
4545
# make release
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v3
48+
uses: github/codeql-action/analyze@v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: >
8181
docker run -d -i -p 5001:8000
8282
${{ steps.docker-build-test.outputs.imageid }}
83-
- uses: actions/setup-node@v4
83+
- uses: actions/setup-node@v5
8484
with:
8585
node-version: 22
8686
- name: Install Playwright Browsers
@@ -110,7 +110,7 @@ jobs:
110110
&& github.event.pull_request.user.login != 'dependabot[bot]'
111111
run: echo "enabled=1" >> "$GITHUB_OUTPUT"
112112
- uses: actions/checkout@v5
113-
- uses: actions/setup-node@v4
113+
- uses: actions/setup-node@v5
114114
with:
115115
node-version: '22'
116116
- run: npm install

0 commit comments

Comments
 (0)