Skip to content

chore(deps): bump github/codeql-action/init from 4.37.7 to 4.37.8 #191

chore(deps): bump github/codeql-action/init from 4.37.7 to 4.37.8

chore(deps): bump github/codeql-action/init from 4.37.7 to 4.37.8 #191

Workflow file for this run

name: CodeQL
on:
merge_group:
pull_request:
types:
- opened
- synchronize
push:
branches:
- master
schedule:
- cron: "37 10 * * 2"
permissions:
actions: read
contents: read
security-events: write
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
analyze:
name: Check for Vulnerabilities
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [java]
steps:
- if: github.actor == 'dependabot[bot]' || github.event_name == 'merge_group'
run: exit 0 # Skip unnecessary test runs for dependabot and merge queues. Artifically flag as successful, as this is a required check for branch protection.
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # pin@v7.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # pin@v4.37.8
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # pin@v4.37.8
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # pin@v4.37.7
with:
category: "/language:${{ matrix.language }}"