You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/08/28 07:53:18 UTC

[cordova-paramedic] branch ci/pin-actions created (now ed8cf28)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch ci/pin-actions
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git.


      at ed8cf28  ci(gh-actions): pin third-party actions

This branch includes the following new commits:

     new ed8cf28  ci(gh-actions): pin third-party actions

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-paramedic] 01/01: ci(gh-actions): pin third-party actions

Posted by er...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch ci/pin-actions
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit ed8cf283e9d578ecef67dc49d20c75eb1760481f
Author: Erisu <el...@gmail.com>
AuthorDate: Sat Aug 28 16:53:01 2021 +0900

    ci(gh-actions): pin third-party actions
---
 .github/workflows/android.yml | 4 ++--
 .github/workflows/ios.yml     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index f3a6bb1..49a191f 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -59,7 +59,7 @@ jobs:
           npm i -g cordova
           npm ci
 
-      - uses: reactivecircus/android-emulator-runner@v2
+      - uses: reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
         with:
           api-level: ${{ env.android-api }}
           target: google_apis
@@ -70,7 +70,7 @@ jobs:
           script: echo "Pregenerate the AVD before running Paramedic"
 
       - name: Run paramedic tests
-        uses: reactivecircus/android-emulator-runner@v2
+        uses: reactivecircus/android-emulator-runner@5de26e4bd23bf523e8a4b7f077df8bfb8e52b50e
         with:
           api-level: ${{ env.android-api }}
           target: google_apis
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 771e61c..c0e91ac 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -32,7 +32,7 @@ jobs:
     steps:
       - uses: actions/checkout@v2
 
-      - uses: maxim-lobanov/setup-xcode@v1.1
+      - uses: maxim-lobanov/setup-xcode@881be567d30efed8fb3f12b5099d68c3fb72aa3d
         with:
           xcode-version: ${{ matrix.versions.xcode }}
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org