We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750404f commit fc28ee7Copy full SHA for fc28ee7
2 files changed
.github/workflows/docker-publish.yml
@@ -32,8 +32,10 @@ jobs:
32
id-token: write
33
34
steps:
35
- - name: Checkout repository
+ - name: Checkout
36
uses: actions/checkout@v4
37
+ with:
38
+ submodules: recursive
39
40
# Install the cosign tool except on PR
41
# https://github.com/sigstore/cosign-installer
.github/workflows/java.yml
@@ -13,7 +13,10 @@ jobs:
13
contents: read
14
15
16
- - uses: actions/checkout@v4
17
+ uses: actions/checkout@v4
18
19
20
- name: Set up JDK 17
21
uses: actions/setup-java@v4
22
with:
0 commit comments