Skip to content

Commit

Permalink
Update actions and cleanup build
Browse files Browse the repository at this point in the history
Motivation:

We should update all our actions to the latest version

Modifications:

- Update actions
- Remove not needed settings.xml file

Result:

Cleanup
  • Loading branch information
normanmaurer committed Sep 29, 2023
1 parent 1856737 commit 965b8ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pr-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Artifacts
uses: dawidd6/action-download-artifact@v2.13.0
uses: dawidd6/action-download-artifact@v2.28.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
workflow: ${{ github.event.workflow_run.workflow_id }}
Expand All @@ -34,7 +34,7 @@ jobs:
name: test-results-build-pr-ubuntu

- name: Publish Test Report
uses: scacap/action-surefire-report@v1.0.7
uses: scacap/action-surefire-report@v1.7.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/target/surefire-reports/TEST-*.xml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -73,4 +73,4 @@ jobs:
run: ./mvnw -B -ntp clean package -DskipTests=true

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
9 changes: 0 additions & 9 deletions .mvn/settings.xml

This file was deleted.

0 comments on commit 965b8ae

Please sign in to comment.