This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 19c53a0382 Fix deprecated workflows (3)
19c53a0382 is described below
commit 19c53a03829412d9e59d0bb74d1560ba87bfabbb
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Apr 16 16:01:14 2024 +0200
Fix deprecated workflows (3)
---
.github/workflows/build.yml | 7 +++++++
.github/workflows/codeql-analysis.yml | 7 +++++++
2 files changed, 14 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a6a18d429b..4d47662497 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -17,3 +17,10 @@
name: build (deprecated)
on: workflow_dispatch
+
+jobs:
+ echo-warning:
+ runs-on: ubuntu-latest
+ steps:
+ - run: |
+ echo "Replaced by 'build'"
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 8ca6cca159..21c972f3d3 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -17,3 +17,10 @@
name: codeql-analysis (deprecated)
on: workflow_dispatch
+
+jobs:
+ echo-warning:
+ runs-on: ubuntu-latest
+ steps:
+ - run: |
+ echo "Replaced by 'build'"