Skip to content

Add blog post: Securing AI agent networks in multi-cloud environments #233

Add blog post: Securing AI agent networks in multi-cloud environments

Add blog post: Securing AI agent networks in multi-cloud environments #233

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1" # weekly, Monday 6 AM UTC
jobs:
analyze:
name: Analyze Go
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: go
config-file: ./.github/codeql/codeql-config.yml
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3