This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push:
new fb537c85 Fix version comment [skip ci]
fb537c85 is described below
commit fb537c8505644262f70fde6e4a0b109e06363340
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 23 00:54:59 2023 +0000
Fix version comment [skip ci]
Bump codeql version
---
.github/workflows/scorecards-analysis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/scorecards-analysis.yml
b/.github/workflows/scorecards-analysis.yml
index 14175e27..18bff63a 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -57,13 +57,13 @@ jobs:
publish_results: true
- name: "Upload artifact"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
# 3.1.0
+ uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
# 3.1.1
with:
name: SARIF file
path: results.sarif
retention-days: 5
- name: "Upload to code-scanning"
- uses:
github/codeql-action/upload-sarif@b398f525a5587552e573b247ac661067fafa920b #
2.1.22
+ uses:
github/codeql-action/upload-sarif@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 #
v3.22.12
with:
sarif_file: results.sarif