fix: Clientless oracle tick capable of being called by the Ojo oracle… #1265
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CodeQL" | ||
on: | ||
pull_request: | ||
paths: ["**.go"] | ||
branches: | ||
- main | ||
- release/** | ||
push: | ||
branches: | ||
- main | ||
- release/** | ||
paths: ["**.go"] | ||
jobs: | ||
analyze: | ||
name: Analyze | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write |