Skip to content

PGAdmin user passwords are now stored in secrets created by customer … #687

PGAdmin user passwords are now stored in secrets created by customer …

PGAdmin user passwords are now stored in secrets created by customer … #687

name: CodeQL
on:
push:
branches:
- master
schedule:
- cron: '10 18 * * 2'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
if: ${{ github.repository == 'CrunchyData/postgres-operator' }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with: { go-version: stable }
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with: { languages: go }
- name: Autobuild
# This action calls `make` which runs our "help" target.
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3