Skip to content

fix(deps): update logback dependencies to v1.6.3 {patch} (#2011) #4519

fix(deps): update logback dependencies to v1.6.3 {patch} (#2011)

fix(deps): update logback dependencies to v1.6.3 {patch} (#2011) #4519

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
paths-ignore:
- "README.md"
- "**/README.md"
- "CODE_OF_CONDUCT.md"
- "CONTRIBUTING.md"
- "pull_request_template.md"
- "SECURITY.md"
- "LICENSE"
- ".github/**"
- "!.github/workflows/codeql-analysis.yml"
- "renovate.json"
- ".whitesource"
- "gradle/libs.versions.toml"
- "config/dependency-check/**"
- "lowkey-vault-docker/src/docker/Dockerfile"
- ".idea/**"
- ".gitignore"
permissions:
# only required for workflows in private repositories
actions: read
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0
- name: Set up JDK 25
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
distribution: temurin
java-version: 25
- name: Initialize CodeQL
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
languages: "java"
- name: Setup Gradle
uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0
with:
cache-disabled: true
- name: Build with Gradle
run: ./gradlew build -x test -x dockerBuild -x dockerRun -x dockerStop
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7