Skip to content

Bump actions/upload-artifact from 4.4.1 to 4.4.3 #193

Bump actions/upload-artifact from 4.4.1 to 4.4.3

Bump actions/upload-artifact from 4.4.1 to 4.4.3 #193

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]