Skip to content

Commit 0a01f12

Browse files
chore: update pipeline version (#13) (#15)
* chore: update pipeline version * tag Co-authored-by: maiquanghiep <[email protected]>
1 parent b56f2f2 commit 0a01f12

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ on:
77

88
jobs:
99
lint_test:
10-
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0
10+
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.6.0
1111
with:
1212
run-unit-tests: true
1313
run-integration-tests: true
1414
run-lint: true
15+
run-build: true
16+
run-gosec: true
17+
gosec-args: "-no-fail ./..."
1518

1619
docker_pipeline:
17-
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0
20+
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.6.0
1821
secrets: inherit
1922
with:
2023
publish: false

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010

1111
jobs:
1212
lint_test:
13-
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.1.0
13+
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@v0.6.0
1414
with:
1515
run-unit-tests: true
1616
run-integration-tests: true
1717
run-lint: true
1818

1919
docker_pipeline:
2020
needs: ["lint_test"]
21-
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.1.0
21+
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.6.0
2222
secrets: inherit
2323
with:
2424
publish: true

0 commit comments

Comments
 (0)