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-graph.git


The following commit(s) were added to refs/heads/master by this push:
     new 63a6e89  Pin GH plugin versions
63a6e89 is described below

commit 63a6e89985e4ada93560797039e1d5a6eb3cd175
Author: Sebb <s...@apache.org>
AuthorDate: Fri Dec 22 23:05:26 2023 +0000

    Pin GH plugin versions
---
 .github/workflows/maven.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 1ac5b37..a55f0cf 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,17 +43,17 @@ jobs:
 
     runs-on: ${{ matrix.os }}
     steps:
-    - uses: actions/checkout@v3.1.0
+    - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
       with:
         persist-credentials: false
-    - uses: actions/cache@v3.0.11
+    - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3.0.11
       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@v3.5.1
+      uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d # 
v3.5.1
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to