This is an automated email from the ASF dual-hosted git repository.
arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new e938104b8 chore(deps): bump actions/checkout from 3.1.0 to 3.2.0
e938104b8 is described below
commit e938104b84b1093fb3c2d1fb0fd025c72b9ea773
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 13 05:05:16 2022 +0000
chore(deps): bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to
3.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/actions/checkout/compare/93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8...755da8c3cf115ac066823e79a1e1788f8940201b)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build-docker-mariadb.yml | 2 +-
.github/workflows/build-docker-postgresql.yml | 2 +-
.github/workflows/build-documentation.yml | 2 +-
.github/workflows/build-mariadb.yml | 2 +-
.github/workflows/build-mysql.yml | 2 +-
.github/workflows/build-postgresql.yml | 2 +-
.github/workflows/sonarqube.yml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/build-docker-mariadb.yml
b/.github/workflows/build-docker-mariadb.yml
index 13ea27fc1..73f0c05bf 100644
--- a/.github/workflows/build-docker-mariadb.yml
+++ b/.github/workflows/build-docker-mariadb.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #
tag=v3
+ - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #
tag=v3
- name: Set up JDK 17
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
with:
diff --git a/.github/workflows/build-docker-postgresql.yml
b/.github/workflows/build-docker-postgresql.yml
index e72497e96..cec9b1303 100644
--- a/.github/workflows/build-docker-postgresql.yml
+++ b/.github/workflows/build-docker-postgresql.yml
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #
tag=v3
+ - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #
tag=v3
- name: Set up JDK 17
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
with:
diff --git a/.github/workflows/build-documentation.yml
b/.github/workflows/build-documentation.yml
index 2ac459d9b..8ad91556a 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #
tag=v3
+ uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #
tag=v3
- name: Set up JDK 17
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
with:
diff --git a/.github/workflows/build-mariadb.yml
b/.github/workflows/build-mariadb.yml
index 02270642d..9034c4d59 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -29,7 +29,7 @@ jobs:
TZ: Asia/Kolkata
steps:
- name: Checkout
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #
tag=v3
+ uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #
tag=v3
- name: Set up JDK 17
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
with:
diff --git a/.github/workflows/build-mysql.yml
b/.github/workflows/build-mysql.yml
index 86ab91a38..d4c3bf38a 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -29,7 +29,7 @@ jobs:
TZ: Asia/Kolkata
steps:
- name: Checkout
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #
tag=v3
+ uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #
tag=v3
- name: Set up JDK 17
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
with:
diff --git a/.github/workflows/build-postgresql.yml
b/.github/workflows/build-postgresql.yml
index f2a5f7cc4..94be01d2c 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -30,7 +30,7 @@ jobs:
TZ: Asia/Kolkata
steps:
- name: Checkout
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #
tag=v3
+ uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #
tag=v3
- name: Set up JDK 17
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
with:
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index c42080ff6..687b5f731 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -19,7 +19,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
steps:
- name: Checkout
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #
tag=v3
+ uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #
tag=v3
- name: Set up JDK 17
uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3
with: