From 79ef551ea92b67123d1186e49101127871975f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:07:59 +0000 Subject: [PATCH] Bump the alldependencies group with 4 updates Bumps the alldependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java), [github/codeql-action](https://github.com/github/codeql-action) and [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action). Updates `actions/checkout` from 4.1.1 to 4.2.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.2.0) Updates `actions/setup-java` from 4.2.1 to 4.4.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4.2.1...v4.4.0) Updates `github/codeql-action` from 3.24.10 to 3.26.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v3.24.10...v3.26.10) Updates `gradle/gradle-build-action` from 3.1.0 to 3.5.0 - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](https://github.com/gradle/gradle-build-action/compare/v3.1.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: alldependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2dc67158b..6bf6021a6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -14,24 +14,24 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.2.0 - name: Initialize CodeQL - uses: github/codeql-action/init@v3.24.10 + uses: github/codeql-action/init@v3.26.10 with: languages: 'java' - name: setup java - uses: actions/setup-java@v4.2.1 + uses: actions/setup-java@v4.4.0 with: java-version: '8' java-package: jdk distribution: 'temurin' - name: Setup Gradle - uses: gradle/gradle-build-action@v3.1.0 + uses: gradle/gradle-build-action@v3.5.0 with: dependency-graph: generate-and-submit - name: build and test id: build run: ./gradlew build --info --init-script init.gradle - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.24.10 \ No newline at end of file + uses: github/codeql-action/analyze@v3.26.10 \ No newline at end of file