This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git
The following commit(s) were added to refs/heads/main by this push:
new afae81d9 OPENNLP-1754 - Convert GH Action Tags into Pinned SHA
afae81d9 is described below
commit afae81d95c23d060971c98d17f8fe80664a3b164
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Jun 24 11:28:58 2025 +0200
OPENNLP-1754 - Convert GH Action Tags into Pinned SHA
---
.github/workflows/main.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 65478cb3..258446d3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -28,9 +28,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #
v3.6.0
- name: Set up JDK 8
- uses: actions/setup-java@v3
+ uses: actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 #
v3.14.1
with:
java-version: '8'
distribution: 'temurin'