This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 75f811fc2e GH warnings
75f811fc2e is described below
commit 75f811fc2e6c034826ba8cb1c38b8595ac12f959
Author: remm <[email protected]>
AuthorDate: Tue Jun 25 17:59:52 2024 +0200
GH warnings
---
.github/workflows/ci.yml | 8 +++-----
.github/workflows/semgrep.yml | 3 +--
2 files changed, 4 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7506dc9b00..9b10377fd4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,15 +37,13 @@ jobs:
exclude:
- isMain: true
java: 17
- - os: windows-latest
- java: 22
name: JDK${{ matrix.java }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- name: Git Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Set up Java
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: zulu
@@ -57,7 +55,7 @@ jobs:
continue-on-error:
true
- name: Upload logs
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: JDK${{ matrix.java }}-${{ matrix.os }}-logs
path: output/build/logs/TEST*.txt
diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml
index 07daabec7a..04691fc341 100644
--- a/.github/workflows/semgrep.yml
+++ b/.github/workflows/semgrep.yml
@@ -26,7 +26,6 @@ on:
- main
- 10.1.x
- 9.0.x
- - 8.5.x
# Schedule the CI job (this method uses cron syntax):
schedule:
- cron: '12 11 * * *' # Sets Semgrep to scan every day at 11:12 UTC.
@@ -47,5 +46,5 @@ jobs:
if: (github.actor != 'dependabot[bot]')
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- run: semgrep ci
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]