From 1fbfd945ced562e5726efb8d07bcbbb843c8f172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:12:06 +0000 Subject: [PATCH] Bump github/codeql-action from 2.1.38 to 2.1.39 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.38 to 2.1.39. - [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/515828d97454b8354517688ddc5b48402b723750...a34ca99b4610d924e04c68db79e503e1f79f9f02) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yml | 6 +++--- CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index 3e38197..845a8a4 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -64,13 +64,13 @@ jobs: fetch-depth: 2 - name: Initialize CodeQL - uses: 'github/codeql-action/init@515828d97454b8354517688ddc5b48402b723750' # 2.1.38 + uses: 'github/codeql-action/init@a34ca99b4610d924e04c68db79e503e1f79f9f02' # 2.1.38 with: languages: 'java' queries: 'security-and-quality' - name: Autobuild - uses: 'github/codeql-action/autobuild@515828d97454b8354517688ddc5b48402b723750' # 2.1.38 + uses: 'github/codeql-action/autobuild@a34ca99b4610d924e04c68db79e503e1f79f9f02' # 2.1.38 - name: Perform CodeQL Analysis - uses: 'github/codeql-action/analyze@515828d97454b8354517688ddc5b48402b723750' # 2.1.38 + uses: 'github/codeql-action/analyze@a34ca99b4610d924e04c68db79e503e1f79f9f02' # 2.1.38 diff --git a/CHANGELOG.md b/CHANGELOG.md index ee45356..ba47ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Comment GitHub actions with version (#287). - Bump actions/cache from 3.2.2 to 3.2.3 (#284). -- Bump github/codeql-action from 2.1.37 to 2.1.38 (#286) +- Bump github/codeql-action from 2.1.37 to 2.1.39 (#286, #290) - Bump strata-basics from 2.12.17 to 2.12.20 (#285, #288, #289) ### Thanks