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 7901bee commit 6907169Copy full SHA for 6907169
.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ${{ matrix.config.os }}
37
steps:
38
- name: checkout swt
39
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
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