Skip to content

Bump commons-io:commons-io from 2.16.1 to 2.18.0 #1559

Bump commons-io:commons-io from 2.16.1 to 2.18.0

Bump commons-io:commons-io from 2.16.1 to 2.18.0 #1559

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths:
- "build.gradle"
- "gradle.properties"
- "settings.gradle"
- "gradle/libs.versions.toml"
- 'frontend/**'
- "contract/**"
- 'api/**'
- 'serde-api/**'
schedule:
- cron: '39 15 * * 6'
permissions:
contents: read
actions: read
security-events: write
jobs:
analyze:
name: CodeQL Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'java' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ github.token }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'zulu'
cache: 'gradle'
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3