Skip to content

Commit

Permalink
Update coactions to use Node 20 (#2021)
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.

Co-authored-by: Jörg Kubitz <51790620+jukzi@users.noreply.github.com>
  • Loading branch information
fedejeanne and jukzi committed May 14, 2024
1 parent 415e32c commit d3c0a79
Show file tree
Hide file tree
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
Expand Up @@ -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@6b00cf1889f4e1d5a48635647013c0508128ee1a
with:
run: >-
mvn --batch-mode -V -U
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mavenBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@6b00cf1889f4e1d5a48635647013c0508128ee1a
with:
run: >-
mvn --batch-mode -V -U
Expand Down

0 comments on commit d3c0a79

Please sign in to comment.