File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
changelog_reminder :
10
- uses : babylonlabs-io/.github/.github/workflows/reusable_changelog_reminder.yml@v0.7.0
10
+ uses : babylonlabs-io/.github/.github/workflows/reusable_changelog_reminder.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
11
11
secrets : inherit
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
10
10
11
11
jobs :
12
12
lint_test :
13
- uses :
babylonlabs-io/.github/.github/workflows/[email protected]
13
+ uses : babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
14
14
with :
15
15
go-version : ' 1.25'
16
16
go-lint-version : ' v2.4.0'
22
22
gosec-args : " -exclude-generated -exclude-dir=itest -exclude-dir=testutil -exclude-dir=covenant-signer ./..."
23
23
24
24
docker_pipeline :
25
- uses :
babylonlabs-io/.github/.github/workflows/[email protected]
25
+ uses : babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
26
26
secrets : inherit
27
27
with :
28
28
publish : false
50
50
run : gosec ./...
51
51
52
52
docker_pipeline_covenant_signer :
53
- uses :
babylonlabs-io/.github/.github/workflows/[email protected]
53
+ uses : babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
54
54
secrets : inherit
55
55
with :
56
56
publish : false
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ permissions:
9
9
10
10
jobs :
11
11
release :
12
- uses : babylonlabs-io/.github/.github/workflows/reusable_go_releaser.yml@v0.7.0
12
+ uses : babylonlabs-io/.github/.github/workflows/reusable_go_releaser.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
13
13
secrets : inherit
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
20
20
21
21
jobs :
22
22
lint_test :
23
- uses :
babylonlabs-io/.github/.github/workflows/[email protected]
23
+ uses : babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
24
24
if : ${{ !(github.event_name == 'workflow_dispatch' && inputs['skip-lint-test'] == true) }}
25
25
with :
26
26
go-version : ' 1.25'
40
40
needs.lint_test.result == 'success'
41
41
)}}
42
42
needs : ["lint_test"]
43
- uses :
babylonlabs-io/.github/.github/workflows/[email protected]
43
+ uses : babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
44
44
secrets : inherit
45
45
with :
46
46
publish : true
74
74
75
75
docker_pipeline_covenant_signer :
76
76
needs : ["go_sec_covenant_signer"]
77
- uses :
babylonlabs-io/.github/.github/workflows/[email protected]
77
+ uses : babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
78
78
secrets : inherit
79
79
with :
80
80
publish : true
You can’t perform that action at this time.
0 commit comments