From 6d55436937d4866398267ca26838acd816d0745f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:46:25 -0400 Subject: [PATCH] Bump github/codeql-action from 2.21.6 to 2.21.7 (#216) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.6 to 2.21.7. - [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/701f152f28d4350ad289a5e31435e9ab6169a7ca...04daf014b50eaf774287bf3f0f1869d4b4c4b913) --- 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 6e9a4323c..d295c122b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,7 @@ jobs: cache: 'maven' - name: Initialize CodeQL if: github.event_name == 'push' - uses: github/codeql-action/init@701f152f28d4350ad289a5e31435e9ab6169a7ca + uses: github/codeql-action/init@04daf014b50eaf774287bf3f0f1869d4b4c4b913 with: languages: java # ------------------------- @@ -78,7 +78,7 @@ jobs: mvn -B -e -Prelease -Preporting install - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@701f152f28d4350ad289a5e31435e9ab6169a7ca + uses: github/codeql-action/analyze@04daf014b50eaf774287bf3f0f1869d4b4c4b913 - name: Test Website run: | # this needs to be run as a second build to ensure source is fully generated by the previous step