This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new d5729748b3 Bump github/codeql-action from 2.21.2 to 2.21.3 (#1684)
d5729748b3 is described below
commit d5729748b3a0879be56df52c5b44d8f4f85d28ed
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 9 17:53:02 2023 +0000
Bump github/codeql-action from 2.21.2 to 2.21.3 (#1684)
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] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/codeql-analysis.yml | 4 ++--
.github/workflows/scorecards-analysis.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 353fde2b74..ab74bd1376 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -54,7 +54,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses:
github/codeql-action/init@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # 2.21.2
+ uses:
github/codeql-action/init@5b6282e01c62d02e720b81eb8a51204f527c3624 # 2.21.3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.
@@ -79,4 +79,4 @@ jobs:
-DskipTests
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 #
2.21.2
+ uses:
github/codeql-action/analyze@5b6282e01c62d02e720b81eb8a51204f527c3624 #
2.21.3
diff --git a/.github/workflows/scorecards-analysis.yml
b/.github/workflows/scorecards-analysis.yml
index fdf489f047..0d56e0f57f 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -67,6 +67,6 @@ jobs:
retention-days: 5
- name: "Upload to code-scanning"
- uses:
github/codeql-action/upload-sarif@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 #
2.1.22
+ uses:
github/codeql-action/upload-sarif@5b6282e01c62d02e720b81eb8a51204f527c3624 #
2.1.22
with:
sarif_file: results.sarif