Skip to content

chore(deps): bump github.com/cloudwego/eino from 0.8.1 to 0.8.4 #40

chore(deps): bump github.com/cloudwego/eino from 0.8.1 to 0.8.4

chore(deps): bump github.com/cloudwego/eino from 0.8.1 to 0.8.4 #40

Workflow file for this run

name: Go SAST (CodeQL)
permissions:
actions: read
contents: read
security-events: write
on:
push:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/go-sast-codeql.yaml'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/go-sast-codeql.yaml'
schedule:
- cron: '0 6 * * 1'
workflow_dispatch:
jobs:
sast:
uses: plexusone/.github/.github/workflows/go-sast-codeql.yaml@main