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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 14117292 Add version comment [skip ci]
14117292 is described below
commit 1411729240a6328a5bd8affc0d4e6c0bcde939bc
Author: Sebb <[email protected]>
AuthorDate: Sat Dec 23 01:24:44 2023 +0000
Add version comment [skip ci]
---
.github/workflows/codeql-analysis.yml | 14 +++++++-------
.github/workflows/coverage.yml | 2 +-
.github/workflows/maven.yml | 10 +++++-----
3 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 00d5fa65..b7a773f1 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 1666d90c..07b235cf 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
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index a51ecc09..91b3d8af 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,17 +34,17 @@ jobs:
# experimental: true
steps:
- - 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') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 #
v4.0.0
+ uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 #
v4.0.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}