Skip to content

build(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.27.0 in the actions group #1741

build(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.27.0 in the actions group

build(deps): bump aquasecurity/trivy-action from 0.25.0 to 0.27.0 in the actions group #1741

Workflow file for this run

---
name: codeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: {}
jobs:
analyze:
name: Static analysis with CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Build and analyze
uses: github/codeql-action/analyze@v3