You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2022/06/13 16:32:37 UTC

[fineract] branch develop updated: chore(deps): pin dependencies

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 7cd9ff879 chore(deps): pin dependencies
7cd9ff879 is described below

commit 7cd9ff879a036a2f47a4e6d07d813a49118af514
Author: Renovate <bo...@renovateapp.com>
AuthorDate: Mon Jun 6 15:44:02 2022 +0000

    chore(deps): pin dependencies
---
 .github/workflows/build-docker-mariadb.yml    | 4 ++--
 .github/workflows/build-docker-postgresql.yml | 4 ++--
 .github/workflows/build-mariadb.yml           | 6 +++---
 .github/workflows/build-mysql.yml             | 6 +++---
 .github/workflows/build-postgresql.yml        | 6 +++---
 .github/workflows/fineract.dev.yaml           | 6 +++---
 .github/workflows/sonarqube.yml               | 4 ++--
 .github/workflows/stale.yml                   | 2 +-
 8 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/.github/workflows/build-docker-mariadb.yml b/.github/workflows/build-docker-mariadb.yml
index 143fd4c50..3a2e5ba69 100644
--- a/.github/workflows/build-docker-mariadb.yml
+++ b/.github/workflows/build-docker-mariadb.yml
@@ -10,9 +10,9 @@ jobs:
     runs-on: ubuntu-20.04
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
       - name: Set up JDK 17
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
         with:
           java-version: '17'
           distribution: 'zulu'
diff --git a/.github/workflows/build-docker-postgresql.yml b/.github/workflows/build-docker-postgresql.yml
index 544c21b8a..b701e846b 100644
--- a/.github/workflows/build-docker-postgresql.yml
+++ b/.github/workflows/build-docker-postgresql.yml
@@ -10,9 +10,9 @@ jobs:
     runs-on: ubuntu-20.04
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
       - name: Set up JDK 17
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
         with:
           java-version: '17'
           distribution: 'zulu'
diff --git a/.github/workflows/build-mariadb.yml b/.github/workflows/build-mariadb.yml
index 21e4d5b5c..b0ca608ad 100644
--- a/.github/workflows/build-mariadb.yml
+++ b/.github/workflows/build-mariadb.yml
@@ -29,14 +29,14 @@ jobs:
         TZ: Asia/Kolkata
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
       - name: Set up JDK 17
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
         with:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@v3
+      - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli
diff --git a/.github/workflows/build-mysql.yml b/.github/workflows/build-mysql.yml
index 609133bfd..ae9246e8d 100644
--- a/.github/workflows/build-mysql.yml
+++ b/.github/workflows/build-mysql.yml
@@ -29,14 +29,14 @@ jobs:
         TZ: Asia/Kolkata
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
       - name: Set up JDK 17
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
         with:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@v3
+      - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli
diff --git a/.github/workflows/build-postgresql.yml b/.github/workflows/build-postgresql.yml
index f3f2f44e5..02c01b5dc 100644
--- a/.github/workflows/build-postgresql.yml
+++ b/.github/workflows/build-postgresql.yml
@@ -30,14 +30,14 @@ jobs:
         TZ: Asia/Kolkata
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
       - name: Set up JDK 17
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
         with:
           java-version: '17'
           distribution: 'zulu'
           cache: gradle
-      - uses: actions/setup-node@v3
+      - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
         with:
           node-version: 16
       - name: Congfigure vega-cli
diff --git a/.github/workflows/fineract.dev.yaml b/.github/workflows/fineract.dev.yaml
index cbdb47040..3b6bac071 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -25,14 +25,14 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
 
       - id: 'auth'
-        uses: google-github-actions/auth@v0
+        uses: google-github-actions/auth@ceee102ec2387dd9e844e01b530ccd4ec87ce955 # tag=v0
         with:
           credentials_json: '${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}'
 
-      - uses: google-github-actions/setup-gcloud@v0
+      - uses: google-github-actions/setup-gcloud@877d4953d2c70a0ba7ef3290ae968eb24af233bb # tag=v0
         with:
           project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
 
diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml
index d4258af1b..a5d7bb038 100644
--- a/.github/workflows/sonarqube.yml
+++ b/.github/workflows/sonarqube.yml
@@ -19,9 +19,9 @@ jobs:
         SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
       - name: Set up JDK 17
-        uses: actions/setup-java@v3
+        uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
         with:
           java-version: '17'
           distribution: 'zulu'
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 113ef1b76..511f509d4 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -15,7 +15,7 @@ jobs:
       pull-requests: write  # for actions/stale to close stale PRs
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/stale@v5
+    - uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 # tag=v5
       with:
         repo-token: ${{ secrets.GITHUB_TOKEN }}
         # stale-issue-message: 'Stale issue message'