Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changelog-reminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

jobs:
changelog_reminder:
uses: babylonlabs-io/.github/.github/workflows/reusable_changelog_reminder.yml@v0.7.0
uses: babylonlabs-io/.github/.github/workflows/reusable_changelog_reminder.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
secrets: inherit

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
with:
go-version: '1.25'
go-lint-version: 'v2.4.0'
Expand All @@ -22,7 +22,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]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
secrets: inherit
with:
publish: false
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
run: gosec ./...

docker_pipeline_covenant_signer:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
secrets: inherit
with:
publish: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ permissions:

jobs:
release:
uses: babylonlabs-io/.github/.github/workflows/reusable_go_releaser.yml@v0.7.0
uses: babylonlabs-io/.github/.github/workflows/reusable_go_releaser.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
secrets: inherit
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/reusable_go_lint_test.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
if: ${{ !(github.event_name == 'workflow_dispatch' && inputs['skip-lint-test'] == true) }}
with:
go-version: '1.25'
Expand All @@ -40,7 +40,7 @@ jobs:
needs.lint_test.result == 'success'
)}}
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
secrets: inherit
with:
publish: true
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

docker_pipeline_covenant_signer:
needs: ["go_sec_covenant_signer"]
uses: babylonlabs-io/.github/.github/workflows/[email protected]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@5151754256060bf160c411d0784f831f29882106 # v0.13.4
secrets: inherit
with:
publish: true
Expand Down