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

sjaranowski pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-4.0.x by this push:
     new 5e5d539383 Use full version for GitHub action in comments
5e5d539383 is described below

commit 5e5d539383b453cbb3368b62a061016386f943ca
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Nov 23 22:15:17 2025 +0100

    Use full version for GitHub action in comments
    
    Next time dependabot should fix it also
---
 .github/workflows/maven.yml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5dd7cf50e4..37c34cc5f4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -42,13 +42,13 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Set up JDK
-        uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
+        uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
         with:
           java-version: 17
           distribution: 'temurin'
 
       - name: Checkout maven
-        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
+        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 
v6.0.0
         with:
           persist-credentials: false
 
@@ -61,7 +61,7 @@ jobs:
           cp .github/ci-extensions.xml .mvn/extensions.xml
 
       - name: Restore Mimir caches
-        uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 
v4
+        uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 
v4.3.0
         with:
           path: ${{ env.MIMIR_LOCAL }}
           key: mvn40-${{ runner.os }}-${{ github.run_id }}
@@ -134,7 +134,7 @@ jobs:
         java: ['17', '21', '25']
     steps:
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
+        uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
         with:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
@@ -152,7 +152,7 @@ jobs:
         run: choco install graphviz
 
       - name: Checkout maven
-        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
+        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 
v6.0.0
         with:
           persist-credentials: false
 
@@ -166,7 +166,7 @@ jobs:
           cp .github/ci-extensions.xml ~/.m2/extensions.xml
 
       - name: Restore Mimir caches
-        uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 
v4
+        uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 
v4.3.0
         with:
           path: ${{ env.MIMIR_LOCAL }}
           key: mvn40-${{ runner.os }}-${{ github.run_id }}
@@ -175,7 +175,7 @@ jobs:
             mvn40-
 
       - name: Download Maven distribution
-        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
+        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
         with:
           name: maven-distributions
           path: maven-dist
@@ -247,13 +247,13 @@ jobs:
         java: ['17', '21', '25']
     steps:
       - name: Set up JDK ${{ matrix.java }}
-        uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
+        uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
         with:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
 
       - name: Checkout maven
-        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
+        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 
v6.0.0
         with:
           persist-credentials: false
 
@@ -267,7 +267,7 @@ jobs:
           cp .github/ci-extensions.xml ~/.m2/extensions.xml
 
       - name: Restore Mimir caches
-        uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 
v4
+        uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # 
v4.3.0
         with:
           path: ${{ env.MIMIR_LOCAL }}
           key: mvn40-${{ runner.os }}-${{ github.run_id }}
@@ -276,7 +276,7 @@ jobs:
             mvn40-
 
       - name: Download Maven distribution
-        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
+        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
         with:
           name: maven-distributions
           path: maven-dist
@@ -347,13 +347,13 @@ jobs:
       - integration-tests
     steps:
       - name: Download Caches
-        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v4
+        uses: 
actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
         with:
           merge-multiple: true
           pattern: 'cache-${{ runner.os }}*'
           path: ${{ env.MIMIR_LOCAL }}
       - name: Publish cache
-        uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
+        uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # 
v4.3.0
         if: ${{ github.event_name != 'pull_request' && !cancelled() && 
!failure() }}
         with:
           path: ${{ env.MIMIR_LOCAL }}

Reply via email to