From 840929676e1375fcab63a70758e677d6dda858ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:59:37 +0000 Subject: [PATCH] Bump github/codeql-action from 3.26.7 to 3.26.8 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.7 to 3.26.8. - [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/8214744c546c1e5c8f03dde8fab3a7353211988d...294a9d92911152fe08befb9ec03e240add280cb3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 c7c3102..16d4a6b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: cache: 'maven' - name: Initialize CodeQL if: github.event_name == 'push' - uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d + uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 with: languages: java # ------------------------- @@ -70,7 +70,7 @@ jobs: mvn -B -e -Prelease package - name: Perform CodeQL Analysis if: github.event_name == 'push' - uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d + uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 with: upload: ${{ github.ref_name == 'develop' && 'always' || 'never' }} build-website: