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

sebb pushed a commit to branch sebbASF-patch-1
in repository https://gitbox.apache.org/repos/asf/commons-math.git


The following commit(s) were added to refs/heads/sebbASF-patch-1 by this push:
     new b7c196e87 Pin GH plugin versions
b7c196e87 is described below

commit b7c196e8742ad4dbcbcc093f8e0f16e60cffa605
Author: Sebb <s...@apache.org>
AuthorDate: Fri Dec 22 23:08:53 2023 +0000

    Pin GH plugin versions
---
 .github/workflows/coverage.yml | 6 +++---
 .github/workflows/maven.yml    | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index a31cc5a4a..f7595295d 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,11 +29,11 @@ jobs:
         java: [ 8 ]
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
       with:
         persist-credentials: false
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v3
+      uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 
v3.13.0
       with:
         distribution: temurin
         java-version: ${{ matrix.java }}
@@ -42,6 +42,6 @@ jobs:
       run: mvn -V test jacoco:report-aggregate --no-transfer-progress
 
     - name: Upload coverage to Codecov
-      uses: codecov/codecov-action@v3
+      uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # 
v3.1.4
       with:
         files: ./docs-archive/target/site/jacoco-aggregate/jacoco.xml
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 15512d39e..fc86ae466 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,11 +29,11 @@ jobs:
         java: [ 8, 11, 17 ]
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
       with:
         persist-credentials: false
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v3
+      uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
       with:
         distribution: temurin
         java-version: ${{ matrix.java }}

Reply via email to