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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 06797cc70 Pin GitHub actions
06797cc70 is described below

commit 06797cc700b2846bc62784087a5fd811cf5887b8
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Mar 27 11:57:33 2025 -0400

    Pin GitHub actions
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 125279f8c..42c39ba53 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,11 +35,11 @@ jobs:
 #            experimental: true
 
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
       with:
         persist-credentials: false
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v4
+      uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # 
v4.7.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}

Reply via email to