Skip to content

Bump kentaro-m/auto-assign-action from 2.0.0 to 2.0.1 #542

Bump kentaro-m/auto-assign-action from 2.0.0 to 2.0.1

Bump kentaro-m/auto-assign-action from 2.0.0 to 2.0.1 #542

Workflow file for this run

name: CodeQL
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
schedule:
- cron: "0 5 * * 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/checkout@v6.0.1
# https://github.com/actions/setup-java
- name: Setup JDK 21
uses: actions/setup-java@v5.1.0
with:
distribution: temurin
java-version: 21
java-package: jdk
architecture: x64
# https://github.com/github/codeql-action
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.31.9
with:
languages: java
# https://github.com/github/codeql-action
- name: Autobuild
uses: github/codeql-action/autobuild@v4.31.9
# https://github.com/github/codeql-action
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4.31.9