Skip to content

Commit

Permalink
PROM-6014 | update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinFalkowski committed Feb 12, 2025
1 parent 1d1c8a7 commit e45ddd7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.head_ref }}

- uses: gradle/wrapper-validation-action@v1
- uses: gradle/actions/wrapper-validation@v4

- uses: actions/setup-java@v3
with:
Expand All @@ -52,7 +52,7 @@ jobs:
run: ./gradlew clean check -PenvoyVersion=${{ inputs.envoyVersion }}

- name: Junit report
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flaky.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.head_ref }}

- uses: gradle/wrapper-validation-action@v1
- uses: gradle/actions/wrapper-validation@v4

- uses: actions/setup-java@v3
with:
Expand All @@ -41,7 +41,7 @@ jobs:
run: ./gradlew clean -Penvironment=integration :envoy-control-tests:flakyTest

- name: Junit report
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/actions/wrapper-validation@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/resilence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.head_ref }}

- uses: gradle/wrapper-validation-action@v1
- uses: gradle/actions/wrapper-validation@v4

- uses: actions/setup-java@v3
with:
Expand All @@ -41,7 +41,7 @@ jobs:
run: ./gradlew clean -Penvironment=integration :envoy-control-tests:reliabilityTest -DRELIABILITY_FAILURE_DURATION_SECONDS=20

- name: Junit report
uses: mikepenz/action-junit-report@v2
uses: mikepenz/action-junit-report@v5
if: always()
with:
report_paths: '**/build/test-results/test/TEST-*.xml'
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [0.22.7]
### Changed
- fixed running e2e tests locally on MacOS
- minor cleaning and updating

## [0.22.6]
### Changed
Expand Down

0 comments on commit e45ddd7

Please sign in to comment.