From 40a97f719f2d5bb173906165e3291cbb7ff45d18 Mon Sep 17 00:00:00 2001 From: Eric Forte <119343520+eric-forte-elastic@users.noreply.github.com> Date: Fri, 14 Mar 2025 23:42:48 -0400 Subject: [PATCH] Temporaily Disable Changed FIles Workflow (#4538) * Temporaily Disable Changed FIles Workflow * bump version --- .github/workflows/kibana-mitre-update.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/kibana-mitre-update.yml b/.github/workflows/kibana-mitre-update.yml index 5d7b7fe64..7a6e165b7 100644 --- a/.github/workflows/kibana-mitre-update.yml +++ b/.github/workflows/kibana-mitre-update.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Get MITRE Attack changed files + if: false id: changed-attack-files uses: tj-actions/changed-files@v44 with: diff --git a/pyproject.toml b/pyproject.toml index fb398de18..05ea663dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "0.4.22" +version = "0.4.23" description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine." readme = "README.md" requires-python = ">=3.12"