Skip to content

Commit

Permalink
🦎 codeql v2, maven > 3.9 🦎
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat committed Apr 1, 2024
1 parent 62a1b70 commit 28f415a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:

- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
# and modify them (or add more) to build your code if your project
# uses a compiled language

- uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
java-version: 21

Expand Down

0 comments on commit 28f415a

Please sign in to comment.