This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 396c32848f Bump github/codeql-action from 2.2.7 to 2.2.8 (#1207)
396c32848f is described below
commit 396c32848ff70a7cd77bfcd5ea80a4b4abe4c20c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 27 07:51:59 2023 -0400
Bump github/codeql-action from 2.2.7 to 2.2.8 (#1207)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from
2.2.7 to 2.2.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/168b99b3c22180941ae7dbdd5f5c9678ede476ba...67a35a08586135a9573f4327e904ecbf517a882d)
---
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.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index e71cadf746..91580965c8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -61,7 +61,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba
# v2.2.7
+ uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d
# v2.2.8
with:
languages: ${{ matrix.language }}
#config-file: ./.github/codeql/codeql-cxf-config.yml
@@ -89,4 +89,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba # v2.2.7
+ uses:
github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # v2.2.8
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index e8e01f407a..d6a26f6db0 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -57,6 +57,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
- uses:
github/codeql-action/upload-sarif@168b99b3c22180941ae7dbdd5f5c9678ede476ba
#tag=v2
+ uses:
github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d
#tag=v2
with:
sarif_file: results.sarif