From 9048b87c286c0239e27499331beb3e0bbabe5618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:12:01 +0000 Subject: [PATCH] Bump github/codeql-action from 2.20.3 to 2.21.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.3 to 2.21.4. - [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/46ed16ded91731b2df79a2893d3aea8e9f03b5c4...a09933a12a80f87b87005513f0abb1494c27a716) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdd6add2d..ac6637908 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase - name: Initialize CodeQL if: github.event_name == 'push' - uses: github/codeql-action/init@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 + uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 with: languages: java # ------------------------- @@ -74,7 +74,7 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 + uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 - name: Test Website run: | # this needs to be run as a second build to ensure source is fully generated by the previous step