Skip to content

build(deps-dev): Bump tsup from 8.0.0 to 8.3.5 in /packages/agentmesh-integrations/mastra-agentmesh #1032

build(deps-dev): Bump tsup from 8.0.0 to 8.3.5 in /packages/agentmesh-integrations/mastra-agentmesh

build(deps-dev): Bump tsup from 8.0.0 to 8.3.5 in /packages/agentmesh-integrations/mastra-agentmesh #1032

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "30 6 * * 1"
permissions:
contents: read
jobs:
analyze:
name: Analyze
permissions:
security-events: write
actions: read
runs-on: ubuntu-latest
continue-on-error: true
strategy:
fail-fast: false
matrix:
language: [python, javascript-typescript]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: github/codeql-action/init@7aefa1c9aed02ae41531ec219164e64a0f087410 # v4
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@7aefa1c9aed02ae41531ec219164e64a0f087410 # v4
- uses: github/codeql-action/analyze@7aefa1c9aed02ae41531ec219164e64a0f087410 # v4
with:
category: "/language:${{ matrix.language }}"