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 20763fd3b0 Remove deprecated workflows
20763fd3b0 is described below

commit 20763fd3b03fd34d3692fe725f2f3d988b3c5750
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Apr 16 16:03:12 2024 +0200

    Remove deprecated workflows
---
 .github/workflows/build.yml           | 26 --------------------------
 .github/workflows/codeql-analysis.yml | 26 --------------------------
 2 files changed, 52 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
deleted file mode 100644
index 4d47662497..0000000000
--- a/.github/workflows/build.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to you under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-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
deleted file mode 100644
index 21c972f3d3..0000000000
--- a/.github/workflows/codeql-analysis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to you under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-name: codeql-analysis (deprecated)
-on: workflow_dispatch
-
-jobs:
-  echo-warning:
-    runs-on: ubuntu-latest
-    steps:
-      - run: |
-          echo "Replaced by 'build'"

Reply via email to