From a118b5279bdb5c5445813cbccc0b9c75a82f5a9e Mon Sep 17 00:00:00 2001 From: eric-forte-elastic Date: Fri, 14 Mar 2025 23:39:26 -0400 Subject: [PATCH 1/2] Temporaily Disable Changed FIles Workflow --- .github/workflows/kibana-mitre-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/kibana-mitre-update.yml b/.github/workflows/kibana-mitre-update.yml index 5d7b7fe64ca..7a6e165b70b 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: From 84a63260570deba08e1bea6d1afa5ccd5c630dfb Mon Sep 17 00:00:00 2001 From: eric-forte-elastic Date: Fri, 14 Mar 2025 23:41:30 -0400 Subject: [PATCH 2/2] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb398de18dd..05ea663ddf3 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"