Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
f6f8695a
Commit
f6f8695a
authored
Mar 01, 2026
by
Salman Muin Kayser Chishti
Browse files
Upgrade GitHub Actions for Node 24 compatibility
Signed-off-by:
Salman Muin Kayser Chishti
<
13schishti@gmail.com
>
parent
f7fa71bc
Changes
3
Show whitespace changes
Inline
Side-by-side
.github/workflows/backend-ci.yml
View file @
f6f8695a
...
...
@@ -11,8 +11,8 @@ jobs:
test
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-go@v
5
-
uses
:
actions/checkout@v
6
-
uses
:
actions/setup-go@v
6
with
:
go-version-file
:
backend/go.mod
check-latest
:
false
...
...
@@ -30,8 +30,8 @@ jobs:
golangci-lint
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-go@v
5
-
uses
:
actions/checkout@v
6
-
uses
:
actions/setup-go@v
6
with
:
go-version-file
:
backend/go.mod
check-latest
:
false
...
...
.github/workflows/release.yml
View file @
f6f8695a
...
...
@@ -31,7 +31,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
4
uses
:
actions/checkout@v
6
-
name
:
Update VERSION file
run
:
|
...
...
@@ -45,7 +45,7 @@ jobs:
echo "Updated VERSION file to: $VERSION"
-
name
:
Upload VERSION artifact
uses
:
actions/upload-artifact@v
4
uses
:
actions/upload-artifact@v
7
with
:
name
:
version-file
path
:
backend/cmd/server/VERSION
...
...
@@ -55,7 +55,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
4
uses
:
actions/checkout@v
6
-
name
:
Setup pnpm
uses
:
pnpm/action-setup@v4
...
...
@@ -63,7 +63,7 @@ jobs:
version
:
9
-
name
:
Setup Node.js
uses
:
actions/setup-node@v
4
uses
:
actions/setup-node@v
6
with
:
node-version
:
'
20'
cache
:
'
pnpm'
...
...
@@ -78,7 +78,7 @@ jobs:
working-directory
:
frontend
-
name
:
Upload frontend artifact
uses
:
actions/upload-artifact@v
4
uses
:
actions/upload-artifact@v
7
with
:
name
:
frontend-dist
path
:
backend/internal/web/dist/
...
...
@@ -89,25 +89,25 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v
4
uses
:
actions/checkout@v
6
with
:
fetch-depth
:
0
ref
:
${{ github.event.inputs.tag || github.ref }}
-
name
:
Download VERSION artifact
uses
:
actions/download-artifact@v
4
uses
:
actions/download-artifact@v
8
with
:
name
:
version-file
path
:
backend/cmd/server/
-
name
:
Download frontend artifact
uses
:
actions/download-artifact@v
4
uses
:
actions/download-artifact@v
8
with
:
name
:
frontend-dist
path
:
backend/internal/web/dist/
-
name
:
Setup Go
uses
:
actions/setup-go@v
5
uses
:
actions/setup-go@v
6
with
:
go-version-file
:
backend/go.mod
check-latest
:
false
...
...
.github/workflows/security-scan.yml
View file @
f6f8695a
...
...
@@ -14,9 +14,9 @@ jobs:
runs-on
:
ubuntu-latest
timeout-minutes
:
15
steps
:
-
uses
:
actions/checkout@v
4
-
uses
:
actions/checkout@v
6
-
name
:
Set up Go
uses
:
actions/setup-go@v
5
uses
:
actions/setup-go@v
6
with
:
go-version-file
:
backend/go.mod
check-latest
:
false
...
...
@@ -33,13 +33,13 @@ jobs:
frontend-security
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v
4
-
uses
:
actions/checkout@v
6
-
name
:
Set up pnpm
uses
:
pnpm/action-setup@v4
with
:
version
:
9
-
name
:
Set up Node.js
uses
:
actions/setup-node@v
4
uses
:
actions/setup-node@v
6
with
:
node-version
:
'
20'
cache
:
'
pnpm'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment