File tree Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Expand file tree Collapse file tree 12 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Check out the repository
12- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
12+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313
1414 - name : Set environment variable for early exit control
1515 id : check_label
Original file line number Diff line number Diff line change 6565
6666 steps :
6767 - name : Checkout repo
68- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
68+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6969 with :
7070 token : ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
7171 ref : main
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818
1919 steps :
20- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
20+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2121 with :
2222 fetch-depth : 1
2323
Original file line number Diff line number Diff line change 88
99 steps :
1010 - name : Setup Detection Rules
11- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
11+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1212 with :
1313 fetch-depth : 0
1414 path : detection-rules
4545 DR_CLOUD_ID : ${{ secrets.dr_cloud_id }}
4646 DR_API_KEY : ${{ secrets.dr_api_key }}
4747 if : ${{ !env.DR_CLOUD_ID && !env.DR_API_KEY && env.run_esql == 'true' }}
48- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
48+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4949 with :
5050 path : elastic-container
5151 repository : peasead/elastic-container
Original file line number Diff line number Diff line change 1414 outputs :
1515 matrix : ${{ steps.get-branch-list.outputs.matrix }}
1616 steps :
17- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818
1919 - name : Set up Python 3.12
2020 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
Original file line number Diff line number Diff line change 1414 KIBANA_ISSUE_NUMBER : 166152 # Define the Kibana issue number as a variable
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818
1919 - name : Get MITRE Attack changed files
2020 id : changed-attack-files
Original file line number Diff line number Diff line change 2222 }
2323
2424 - name : Checkout detection-rules
25- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
25+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2626 with :
2727 fetch-depth : 0
2828
4242 DR_CLOUD_ID : ${{ secrets.dr_cloud_id }}
4343 DR_API_KEY : ${{ secrets.dr_api_key }}
4444 if : ${{ !env.DR_CLOUD_ID && !env.DR_API_KEY }}
45- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
45+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4646 with :
4747 path : elastic-container
4848 repository : peasead/elastic-container
Original file line number Diff line number Diff line change 1919 steps :
2020
2121 - name : Checkout detection-rules
22- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
22+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2323 with :
2424 token : ${{ secrets.WRITE_TRADEBOT_DETECTION_RULES_TOKEN }}
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616 with :
1717 fetch-depth : 1
1818
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout detection-rules
26- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
26+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2727 with :
2828 path : detection-rules
2929 fetch-depth : 0
3030
3131 - name : Checkout elastic/security-docs
32- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3333 with :
3434 token : ${{ secrets.WRITE_SECURITY_DOCS_DETECTION_RULES_TOKEN }}
3535 repository : " elastic/security-docs"
You can’t perform that action at this time.
0 commit comments