Skip to content

feat(openbao): add OpenBao role as external KMS for Percona pg_tde #49

feat(openbao): add OpenBao role as external KMS for Percona pg_tde

feat(openbao): add OpenBao role as external KMS for Percona pg_tde #49

Workflow file for this run

#==============================================================#
# File : codeql.yml
# Desc : CodeQL static analysis
# Ctime : 2026-07-09
# Mtime : 2026-07-09
# License : Apache-2.0 @ https://pigsty.io/docs/about/license
# Copyright : 2018-2026 Ruohang Feng / Vonng (rh@vonng.com)
#==============================================================#
name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "30 3 * * 1"
workflow_dispatch:
permissions: read-all
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- python
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v3
with:
category: "/language:${{ matrix.language }}"