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 dd1de8f commit d73c5aaCopy full SHA for d73c5aa
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
37
steps:
38
- name: checkout swt
39
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
40
with:
41
fetch-depth: 0 # required for jgit timestamp provider to work
42
lfs: false # lfs-pull is not necessary, the natives are re-build in each run
0 commit comments