Skip to content

Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre #169

Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre

Bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre #169

Workflow file for this run

# Reusable Workflows see: https://github.com/entur/gha-security/blob/main/README-code-scan.md
name: CodeQL Scan
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
schedule:
- cron: "0 4 * * TUE" # Run Tuesday at 4AM UTC
jobs:
code-scan:
name: CodeQL Scan
uses: entur/gha-security/.github/workflows/code-scan.yml@v2
# no secrets necessary
permissions:
packages: read
security-events: write
actions: read
contents: write
issues: write
pull-requests: write
with:
use_setup_java: true
java_version: "25"
java_distribution: "liberica"
java_server_id_artifactory: entur-partner
use_maven_cache: true
job_runner: grp-ubuntu-24.04-16core-x64
ignore_language: "html"