File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ schedule :
6+ interval : daily
7+
8+ # TODO - add maven dependabot if community agrees it's useful
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2021, 2024 Oracle and/or its affiliates. All rights reserved.
2+ # Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved.
33#
44# This program and the accompanying materials are made available under the
55# terms of the Eclipse Public License v. 2.0 which is available at
@@ -25,11 +25,11 @@ jobs:
2525
2626 steps :
2727 - name : Checkout for build
28- uses : actions/checkout@v4
28+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929 with :
3030 fetch-depth : 0
3131 - name : Set up compile JDK
32- uses : actions/setup-java@v4
32+ uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
3333 with : # Compile java needs to be the highest to ensure proper compilation of the multi-release jar
3434 distribution : ' temurin'
3535 java-version : 17
You can’t perform that action at this time.
0 commit comments