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"