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-cli.git
The following commit(s) were added to refs/heads/master by this push:
new b7bae08 Add version comment [skip ci]
b7bae08 is described below
commit b7bae085756dd555871a52f6ed5d6749da23f113
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 23 01:16:21 2023 +0000
Add version comment [skip ci]
---
.github/workflows/codeql-analysis.yml | 14 +++++++-------
.github/workflows/coverage.yml | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 00d5fa6..b7a773f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,10 +45,10 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- with:
- persist-credentials: false
- - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
+ with:
+ persist-credentials: false
+ - uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -57,7 +57,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4
# 3.22.12
+ uses: github/codeql-action/init@012739e5082ff0c22ca6d6ab32e07c36df03c4a4
# 3.22.12
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.
@@ -68,7 +68,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually
(see below)
- name: Autobuild
- uses:
github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 #
3.22.12
+ uses:
github/codeql-action/autobuild@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 #
3.22.12
# âšī¸ Command-line programs to run using the OS shell.
# đ https://git.io/JvXDl
@@ -82,4 +82,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 #
3.22.12
+ uses:
github/codeql-action/analyze@012739e5082ff0c22ca6d6ab32e07c36df03c4a4 #
3.22.12
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 1666d90..07b235c 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
java: [ 8 ]
steps:
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
with:
persist-credentials: false
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2