Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update coactions to use Node 20
Browse files Browse the repository at this point in the history
GH Actions transitioned to Node 20 in September 2023 and all projects
should transition too (see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/)

This gets rid of the warnings in the runs of GH Actions.
fedejeanne committed May 13, 2024
1 parent f734879 commit 67d44c7
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeQLworkflow.yml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ jobs:
with:
maven-version: ${{ inputs.mavenVersion }}
- name: Build with Maven
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
uses: coactions/setup-xvfb@90473c3ebc69533a1a6e0505c36511b69c8c3135 # v1.0.1
with:
run: >-
mvn --batch-mode -V -U
2 changes: 1 addition & 1 deletion .github/workflows/mavenBuild.yml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ jobs:
target: .github/matcher
- run: echo "::add-matcher::.github/matcher/${{ steps.api-tools-matcher.outputs.filename }}"
- name: Build with Maven
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
uses: coactions/setup-xvfb@90473c3ebc69533a1a6e0505c36511b69c8c3135 # v1.0.1
with:
run: >-
mvn --batch-mode -V -U

0 comments on commit 67d44c7

Please sign in to comment.