Skip to content

Commit

Permalink
Merge pull request #117 from gisaia/ci/actionsVersion
Browse files Browse the repository at this point in the history
ci: upgrade workflow actions version
  • Loading branch information
sebbousquet authored Dec 12, 2024
2 parents 0e7fc58 + eafef35 commit 9d12915
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/.trivyignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CVE-2023-52425
CVE-2023-25193
CVE-2023-45853
CVE-2023-45853
CVE-2024-52533
# need keycloak dependecy update to 26.0.6
CVE-2024-10039
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.4
- name: Cache Maven # From https://github.com/actions/cache/blob/main/examples.md
uses: actions/cache@v2
uses: actions/cache@v4.0.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4.1.4

- name: Build an image from Dockerfile
run: |
Expand Down

0 comments on commit 9d12915

Please sign in to comment.