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 d3574fc commit 41ca120Copy full SHA for 41ca120
.github/workflows/copilot-setup-steps.yml
@@ -16,7 +16,7 @@ jobs:
16
contents: read
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
lfs: false
22
.github/workflows/maven.yml
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ${{ matrix.config.os }}
41
42
- name: checkout swt
43
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v5.0.0
44
45
fetch-depth: 0 # required for jgit timestamp provider to work
46
lfs: false # lfs-pull is not necessary, the natives are re-build in each run
0 commit comments