Skip to content

Commit 00c129b

Browse files
authored
Merge pull request #6607 from thaJeztah/28.x_backport_update_actions
[28.x backport] update actions
2 parents 8cff008 + 70123c5 commit 00c129b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
fi
8989
-
9090
name: Upload artifacts
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: ${{ env.ARTIFACT_NAME }}
9494
path: /tmp/out/*

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ jobs:
6666
go-version: "1.24.8"
6767
-
6868
name: Initialize CodeQL
69-
uses: github/codeql-action/init@v3
69+
uses: github/codeql-action/init@v4
7070
with:
7171
languages: go
7272
-
7373
name: Autobuild
74-
uses: github/codeql-action/autobuild@v3
74+
uses: github/codeql-action/autobuild@v4
7575
-
7676
name: Perform CodeQL Analysis
77-
uses: github/codeql-action/analyze@v3
77+
uses: github/codeql-action/analyze@v4
7878
with:
7979
category: "/language:go"

0 commit comments

Comments
 (0)