Skip to content

Commit 46637f3

Browse files
maintenance repository config update pt 4 (#4364)
1 parent 98cef59 commit 46637f3

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.github/workflows/add-guidelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out the repository
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313

1414
- name: Set environment variable for early exit control
1515
id: check_label

.github/workflows/backport.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@ jobs:
6565

6666
steps:
6767
- name: Checkout repo
68-
uses: actions/checkout@v2
68+
uses: actions/checkout@v4
6969
with:
70-
token: ${{ secrets.WRITE_DETECTION_RULES_PROTECTIONS_TOKEN }}
70+
token: ${{ secrets.GITHUB_TOKEN }}
7171
ref: main
7272
fetch-depth: 100
7373

7474
- name: Set github config
7575
run: |
76-
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
77-
git config --global user.name "github-actions[bot]"
76+
git config --global user.email "178941316+tradebot-elastic@users.noreply.github.com"
77+
git config --global user.name "tradebot-elastic"
7878
7979
- name: Get branch histories
8080
run: |

.github/workflows/get-target-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
matrix: ${{ steps.get-branch-list.outputs.matrix }}
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python 3.12
2020
uses: actions/setup-python@v5

.github/workflows/lock-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
}
2323
2424
- name: Checkout detection-rules
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

.github/workflows/manual-backport.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
steps:
2020

2121
- name: Checkout detection-rules
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525
fetch-depth: 0
2626

2727
- name: Set github config
2828
run: |
29-
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
30-
git config --global user.name "github-actions[bot]"
29+
git config --global user.email "178941316+tradebot-elastic@users.noreply.github.com"
30+
git config --global user.name "tradebot-elastic"
3131
3232
- name: Get branch histories
3333
run: |

.github/workflows/release-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout detection-rules
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
with:
2828
path: detection-rules
2929
fetch-depth: 0
3030

3131
- name: Checkout elastic/security-docs
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
token: ${{ secrets.WRITE_SECURITY_DOCS_DETECTION_RULES_TOKEN }}
3535
repository: "elastic/security-docs"

.github/workflows/release-fleet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
core.setFailed('Forbidden branch')
4747
}
4848
- name: Checkout detection-rules
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
with:
5151
path: detection-rules
5252
fetch-depth: 0
@@ -66,7 +66,7 @@ jobs:
6666
git checkout $COMMIT_HASH
6767
6868
- name: Checkout elastic/integrations
69-
uses: actions/checkout@v3
69+
uses: actions/checkout@v4
7070
with:
7171
token: ${{ secrets.WRITE_INTEGRATIONS_DETECTION_RULES_TOKEN }}
7272
repository: ${{github.event.inputs.target_repo}}

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 = "0.3.13"
3+
version = "0.3.14"
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)