diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c285f3bd15..ec64df32b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -444,11 +444,11 @@ jobs: with: distribution: temurin # Temurin is a distribution of adoptium java-version: 21 - - uses: github/codeql-action/init@v3 + - uses: github/codeql-action/init@v4 with: languages: java - run: ./gradlew clean assemble - - uses: github/codeql-action/analyze@v3 + - uses: github/codeql-action/analyze@v4 build-health: runs-on: ubuntu-latest diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f187c4f3a..b321857f17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `org.junit.jupiter:junit-jupiter` from 5.13.4 to 5.14.0 ([#5678](https://github.com/opensearch-project/security/pull/5678)) - Bump `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.19 ([#5680](https://github.com/opensearch-project/security/pull/5680)) - Bump `org.scala-lang:scala-library` from 2.13.16 to 2.13.17 ([#5682](https://github.com/opensearch-project/security/pull/5682)) +- Bump `github/codeql-action` from 3 to 4 ([#5702](https://github.com/opensearch-project/security/pull/5702)) ### Documentation