Skip to content

[Snyk] Upgrade com.google.guava:guava from 33.0.0-jre to 33.2.1-jre #252

[Snyk] Upgrade com.google.guava:guava from 33.0.0-jre to 33.2.1-jre

[Snyk] Upgrade com.google.guava:guava from 33.0.0-jre to 33.2.1-jre #252

name: "CodeQL"
on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: '0 20 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: java
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'adopt'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3