Skip to content

Commit

Permalink
ci: update Github Actions to use new repository path
Browse files Browse the repository at this point in the history
Signed-off-by: xiezhengxiong <xiezhx9@mail3.sysu.edu.cn>
  • Loading branch information
xiezhx9 committed Feb 9, 2025
1 parent 13e67cf commit 05e61ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go_mod_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
go-version-file: "go.mod"
- name: Run Go Mod Check Action
uses: shoothzj/go-mod-check-action@main
uses: hezhangjian/go-mod-check-action@main
with:
prohibitIndirectDepUpdate: 'true'
2 changes: 1 addition & 1 deletion .github/workflows/go_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
with:
go-version-file: "go.mod"
- name: setup OpenGemini
uses: shoothzj/setup-opengemini-action@main
uses: hezhangjian/setup-opengemini-action@main
- name: Run coverage
run: go test ./... -coverpkg=./opengemini/... -race -coverprofile=coverage.out -covermode=atomic
2 changes: 1 addition & 1 deletion .github/workflows/license_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: skip generated files and dot folders
run: rm -rf proto/*.pb.go
- name: licenselint
uses: shoothzj/licenselint@main
uses: hezhangjian/licenselint@main
with:
author: openGemini Authors
2 changes: 1 addition & 1 deletion .github/workflows/line_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: linelint
uses: shoothzj/linelint@main
uses: hezhangjian/linelint@main

0 comments on commit 05e61ba

Please sign in to comment.