Skip to content

Bump github/codeql-action from 3.27.0 to 3.27.3 #225

Bump github/codeql-action from 3.27.0 to 3.27.3

Bump github/codeql-action from 3.27.0 to 3.27.3 #225

Workflow file for this run

name: CodeQL
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
workflow_dispatch:
schedule:
- cron: "0 2 * * 1"
jobs:
analyze:
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
steps:
# https://github.com/actions/checkout
- name: Checkout repository
uses: actions/[email protected]
# https://github.com/actions/setup-java
- name: Setup JDK 21
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: '21'
java-package: jdk
architecture: x64
cache: gradle
# https://github.com/github/codeql-action
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: 'java'
# https://github.com/github/codeql-action
- name: Autobuild
uses: github/codeql-action/[email protected]
# https://github.com/github/codeql-action
- name: Perform CodeQL analysis
uses: github/codeql-action/[email protected]