Skip to content

Commit de56ff8

Browse files
Migrate Workflows to use Node 20 (#58)
* Update actions to use Node 20
1 parent 2c8c5ed commit de56ff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_main_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Set up JDK 11
1313
uses: actions/setup-java@v4
1414
with:

.github/workflows/snyk_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
ref: 'main'
2222

2323
- name: Run Snyk To Check For Vulnerabilities
24-
uses: snyk/actions/gradle@master
24+
uses: snyk/actions/gradle-jdk11@master
2525
env:
2626
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2727
with:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy