From ec667c20b8adc504568878a5cf5377dc90de91a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 12:07:17 -0400 Subject: [PATCH] Bump github/codeql-action from 2.21.2 to 2.21.3 (#206) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.2 to 2.21.3. - [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/0ba4244466797eb048eb91a6cd43d5c03ca8bd05...5b6282e01c62d02e720b81eb8a51204f527c3624) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 be068544b..cebeeec46 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,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@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 + uses: github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 with: languages: java # ------------------------- @@ -73,7 +73,7 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 + uses: github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 - name: Test Website run: | # this needs to be run as a second build to ensure source is fully generated by the previous step