Skip to content

Commit ec79371

Browse files
authored
Merge pull request #183 from xenit-eu/renovate/actions-checkout-digest
Update actions/checkout digest to f43a0e5
2 parents 4f3df4e + 549bbb7 commit ec79371

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
15+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
1818
with:
@@ -45,7 +45,7 @@ jobs:
4545
matrix:
4646
version: [ "community-6.1.2-ga","community-6.2.0-ga","community-7.0.0", "community-7.1.1", "community-7.2.0", "community-7.3.0", "community-7.4.0", "enterprise-6.1.1","enterprise-6.2.2","enterprise-7.0.1", "enterprise-7.1.0", "enterprise-7.2.0", "enterprise-7.3.0", "enterprise-7.4.0" ]
4747
steps:
48-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
48+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4949
- name: Set up JDK 17
5050
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
5151
with:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
7272
steps:
73-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
73+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
7474
- name: Set up JDK 17
7575
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
7676
with:

0 commit comments

Comments
 (0)