Skip to content

Add gdk_pixbuf tag to pkg-config-tags.sh. #787

Add gdk_pixbuf tag to pkg-config-tags.sh.

Add gdk_pixbuf tag to pkg-config-tags.sh. #787

---
name: "CodeQL"
"on":
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '34 6 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- 'go'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install APT dependencies
run: |
sudo apt-get update && \
sudo apt-get install -y -q gettext libgtk-3-dev
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{ matrix.language }}"