Skip to content

chore(deps): bump github.com/google/cel-go from 0.26.0 to 0.29.0 in /deploy/operator #55

chore(deps): bump github.com/google/cel-go from 0.26.0 to 0.29.0 in /deploy/operator

chore(deps): bump github.com/google/cel-go from 0.26.0 to 0.29.0 in /deploy/operator #55

Workflow file for this run

name: CodeQL
on:
pull_request:
jobs:
codeql:
name: Analyze Codebase
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{matrix.language}}
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"