We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b972660 commit 0a684b1Copy full SHA for 0a684b1
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,10 @@ jobs:
33
matrix:
34
java: ["11", "21"]
35
steps:
36
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - name: Checkout git repository
37
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
38
+ with:
39
+ fetch-depth: 0 # fetch complete history to find the last git tag
40
- name: Set up JDK
41
uses: actions/setup-java@v3
42
with:
0 commit comments