Skip to content

Update redhat/ubi9-minimal Docker tag to v9.7-1762956380 (#4275) #15904

Update redhat/ubi9-minimal Docker tag to v9.7-1762956380 (#4275)

Update redhat/ubi9-minimal Docker tag to v9.7-1762956380 (#4275) #15904

name: "CodeQL"
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
schedule:
- cron: "39 13 * * 6" # run every Saturday at 13:39 UTC
concurrency:
group: ${{ github.ref_name }}-codeql
cancel-in-progress: true
permissions:
contents: read
jobs:
codeql:
permissions:
packages: read
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/autobuild to send a status report
uses: nginxinc/compliance-rules/.github/workflows/codeql.yml@0aab935582c35a00e2c671d8fe25b7fdd72a927b # v0.3.1
with:
requested_languages: go,javascript-typescript,actions