File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 name : Test JDK ${{ matrix.java }}, ${{ matrix.os }}
1919
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222 - name : Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
23- uses : actions/setup-java@v5
23+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
2424 with :
2525 java-version : ${{ matrix.java }}
2626 distribution : ${{ matrix.distribution }}
Original file line number Diff line number Diff line change 1212 if : github.repository_owner == 'tomcat-slf4j-logback' && ! contains(toJSON(github.event.head_commit.message), '[maven-release-plugin]')
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616 - name : Set up JDK
17- uses : actions/setup-java@v5
17+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
1818 with :
1919 cache : maven
2020 distribution : temurin
You can’t perform that action at this time.
0 commit comments