Skip to content

OKTA-1093586 - Session fixation for todo0 and agent0 in Secure AI Agents Example #12

OKTA-1093586 - Session fixation for todo0 and agent0 in Secure AI Agents Example

OKTA-1093586 - Session fixation for todo0 and agent0 in Secure AI Agents Example #12

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build