Skip to content

Commit

Permalink
chore: bump workflows version (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep authored Dec 5, 2024
1 parent a6ee40a commit bde58db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
Expand All @@ -19,7 +19,7 @@ jobs:
gosec-args: "-exclude-generated -exclude-dir=itest -exclude-dir=testutil -exclude-dir=covenant-signer ./..."

docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
secrets: inherit
with:
publish: false
Expand Down Expand Up @@ -47,11 +47,11 @@ jobs:
run: gosec ./...

docker_pipeline_covenant_signer:
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
secrets: inherit
with:
publish: false
dockerfile: ./covenant-signer/Dockerfile
dockerContext: ./covenant-signer
repoName: covenant-signer
docker_scan: true
docker_scan: true
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
with:
go-version: '1.23'
go-lint-version: 'v1.60.2'
Expand All @@ -22,7 +22,7 @@ jobs:

docker_pipeline:
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
secrets: inherit
with:
publish: true
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

docker_pipeline_covenant_signer:
needs: ["go_sec_covenant_signer"]
uses: babylonlabs-io/.github/.github/workflows/[email protected].1
uses: babylonlabs-io/.github/.github/workflows/[email protected].2
secrets: inherit
with:
publish: true
Expand All @@ -68,4 +68,4 @@ jobs:
# required for all workflows
security-events: write
# required to fetch internal or private CodeQL packs
packages: read
packages: read

0 comments on commit bde58db

Please sign in to comment.