Skip to content

Commit a92e217

Browse files
authored
Merge pull request #417 from tomcat-slf4j-logback/renovate/actions-checkout-digest
Update actions/checkout digest to de0fac2
2 parents eff8ad2 + b185619 commit a92e217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
2424

2525
steps:
26-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
26+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2727
- name: Setup Java ${{ matrix.java }} ${{ matrix.distribution }}
2828
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
2929
with:

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 30
1919
steps:
20-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
- name: Setup Java
2222
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5
2323
with:

0 commit comments

Comments
 (0)