Skip to content

Commit aca34d9

Browse files
Update actions/checkout digest
1 parent f0e9281 commit aca34d9

12 files changed

+18
-18
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
12+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1313

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

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

.github/workflows/esql-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -45,7 +45,7 @@ jobs:
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

.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/lock-versions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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

@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/manual-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.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@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"

0 commit comments

Comments
 (0)