Skip to content

build(deps): bump @aws-sdk/client-bedrock-runtime from 3.1076.0 to 3.… #880

build(deps): bump @aws-sdk/client-bedrock-runtime from 3.1076.0 to 3.…

build(deps): bump @aws-sdk/client-bedrock-runtime from 3.1076.0 to 3.… #880

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "27 4 * * 3"
# Top-level least-privilege; the analyze job opts into the writes
# CodeQL needs (security-events) explicitly. (Scorecard Token-Permissions)
permissions:
contents: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript-typescript, python]
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
with:
languages: ${{ matrix.language }}
queries: security-and-quality
- uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
- uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
with:
category: "/language:${{ matrix.language }}"