Skip to content

Commit 108b64f

Browse files
[FR] Update Detection Rules MITRE Workflow to SHA Pin (#4581)
* Update to pinned hash * version bump
1 parent 595d204 commit 108b64f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/kibana-mitre-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Get MITRE Attack changed files
1818
id: changed-attack-files
19-
uses: tj-actions/changed-files@v46
19+
uses: tj-actions/changed-files@2f7c5bfce28377bc069a65ba478de0a74aa0ca32 # v46.0.1
2020
with:
2121
files: detection_rules/etc/attack-v*.json.gz
2222

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
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."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)