Skip to content

Add min swap amount to each host zone config for improve cross chain swap call #383

Add min swap amount to each host zone config for improve cross chain swap call

Add min swap amount to each host zone config for improve cross chain swap call #383

Workflow file for this run

name: 'CodeQL'
on:
pull_request:
paths:
- '**.go'
push:
branches:
- main
- release/**
paths:
- '**.go'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: 'go'
queries: crypto-com/cosmos-sdk-codeql@main,security-and-quality
- name: Build
run: make build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2