Skip to content

feat: add VPC network mode support for agent runtimes #350

feat: add VPC network mode support for agent runtimes

feat: add VPC network mode support for agent runtimes #350

Workflow file for this run

name: CodeQL
on:
push:
branches: ['main', 'feat/gateway-integration']
pull_request:
branches: ['main', 'feat/gateway-integration']
pull_request_target:
branches: ['main', 'feat/gateway-integration']
# Cancel in-progress runs when a new commit is pushed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3