Skip to content

Commit decf078

Browse files
jparrabedoyaclaude
andcommitted
ci: Upgrade checkout to v6.0.3 and setup-java to v5.2.0 (node24-native)
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 8e22514 commit decf078

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
matrix:
1414
java: [8, 11, 16, 17]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6.0.3
1717
- name: Setup java
18-
uses: actions/setup-java@v4
18+
uses: actions/setup-java@v5.2.0
1919
with:
2020
distribution: temurin
2121
java-version: ${{ matrix.java }}

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
run:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6.0.3
2020
- uses: r7kamura/semgrepper@v0
2121
continue-on-error: true

0 commit comments

Comments
 (0)