Skip to content

Commit c37bfaf

Browse files
Update actions/checkout digest (main) (#3705)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `11bd719` -> `34e1148` | | actions/checkout | action | digest | `11bd719` -> `8e8c483` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `08c6903` -> `93cb6ef` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNsb3VkLVNlY3VyaXR5LVBvc3R1cmUiLCJiYWNrcG9ydC1za2lwIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
1 parent 835c01a commit c37bfaf

23 files changed

+45
-45
lines changed

.github/actions/kibana-ftr/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
echo "KIBANA_DIR=kibana" >> "${GITHUB_OUTPUT}"
4141
4242
- name: Checkout Kibana Repository
43-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
43+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4444
with:
4545
repository: elastic/kibana
4646
ref: ${{ inputs.kibana_ref }}

.github/workflows/arm-template-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- template: "ARM-for-single-account.json"
2828
skip: "ResourceIds should not contain"
2929
steps:
30-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
30+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3131

3232
- name: Checkout arm-ttk
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
33+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3434
with:
3535
repository: Azure/arm-ttk
3636
path: arm-ttk

.github/workflows/binary-size-monitor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out PR
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
29+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3030

3131
- name: Initialize hermit
3232
shell: bash
@@ -38,7 +38,7 @@ jobs:
3838
mv cloudbeat /tmp/cloudbeat-pr
3939
4040
- name: Check out target branch
41-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
41+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4242
with:
4343
ref: ${{ github.base_ref }}
4444
clean: true
@@ -51,7 +51,7 @@ jobs:
5151
5252
# Checkout PR branch to get latest script
5353
- name: Check out PR (again)
54-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
54+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5555

5656
- name: Get binary sizes and compare
5757
id: size-check

.github/workflows/bump-version.yml

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

2929
steps:
3030
- name: Checkout Cloudbeat Repo
31-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3232
with:
3333
ref: ${{ github.ref_name }}
3434
token: ${{ secrets.CLOUDSEC_MACHINE_TOKEN }}

.github/workflows/ci-pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
swap-storage: true
3636

3737
- name: Check out the repo
38-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3939

4040
- name: Initialize hermit
4141
shell: bash
@@ -98,7 +98,7 @@ jobs:
9898
swap-storage: true
9999

100100
- name: Check out the repo
101-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
101+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
102102

103103
- name: Initialize hermit
104104
shell: bash

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
timeout-minutes: 60
2525
steps:
2626
- name: Check out the repo
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2828
- name: Hermit Environment
2929
uses: ./.github/actions/hermit
3030
with:
@@ -38,7 +38,7 @@ jobs:
3838
asset_inventory_supported: ${{ steps.check-asset-inventory-supported-version.outputs.asset_inventory_supported }}
3939
steps:
4040
- name: Check out the repo
41-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4242

4343
- name: Hermit Environment
4444
uses: ./.github/actions/hermit
@@ -67,7 +67,7 @@ jobs:
6767
id-token: "write"
6868
steps:
6969
- name: Check out the repo
70-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
70+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7171

7272
- name: Hermit Environment
7373
uses: ./.github/actions/hermit
@@ -91,7 +91,7 @@ jobs:
9191
id-token: "write"
9292
steps:
9393
- name: Check out the repo
94-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
94+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
9595

9696
- name: Hermit Environment
9797
uses: ./.github/actions/hermit
@@ -114,7 +114,7 @@ jobs:
114114
id-token: "write"
115115
steps:
116116
- name: Check out the repo
117-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
117+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
118118

119119
- name: Hermit Environment
120120
uses: ./.github/actions/hermit
@@ -138,7 +138,7 @@ jobs:
138138
id-token: "write"
139139
steps:
140140
- name: Check out the repo
141-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
141+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
142142

143143
- name: Hermit Environment
144144
uses: ./.github/actions/hermit
@@ -160,7 +160,7 @@ jobs:
160160
id-token: 'write'
161161
steps:
162162
- name: Check out the repo
163-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
163+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
164164

165165
- name: Hermit Environment
166166
uses: ./.github/actions/hermit
@@ -185,7 +185,7 @@ jobs:
185185
id-token: "write"
186186
steps:
187187
- name: Check out the repo
188-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
188+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
189189

190190
- name: Hermit Environment
191191
uses: ./.github/actions/hermit
@@ -216,7 +216,7 @@ jobs:
216216
swap-storage: true
217217

218218
- name: Check out the repo
219-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
219+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
220220

221221
- name: Hermit Environment
222222
uses: ./.github/actions/hermit
@@ -250,7 +250,7 @@ jobs:
250250
swap-storage: true
251251

252252
- name: Check out the repo
253-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
253+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
254254

255255
- name: Hermit Environment
256256
uses: ./.github/actions/hermit
@@ -300,7 +300,7 @@ jobs:
300300
swap-storage: true
301301

302302
- name: Check out the repo
303-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
303+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
304304

305305
- name: Hermit Environment
306306
uses: ./.github/actions/hermit
@@ -341,7 +341,7 @@ jobs:
341341
S3_BUCKET_ALLURE_REPORT_AP: "http://csp-allure-reports.s3.amazonaws.com/allure_reports/cloudbeat/ci"
342342
steps:
343343
- name: Check out the repo
344-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
344+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
345345

346346
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
347347
if: ${{ always() }}

.github/workflows/cloudformation-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: ${{ env.WORKING_DIR }}
3333
steps:
3434
- name: Check out the repo
35-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
35+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3636

3737
- name: Init Hermit
3838
run: ./bin/hermit env -r >> $GITHUB_ENV
@@ -122,7 +122,7 @@ jobs:
122122
timeout-minutes: 40
123123
steps:
124124
- name: Check out the repo
125-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
125+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
126126

127127
- name: Hermit Environment
128128
uses: ./.github/actions/hermit

.github/workflows/destroy-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id-token: "write"
5050
steps:
5151
- name: Check out the repo
52-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
52+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5353

5454
- name: Init Hermit
5555
run: ./bin/hermit env -r >> $GITHUB_ENV

.github/workflows/destroy-expired-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env_found: ${{ steps.get_expired_envs.outputs.expired_env_found }}
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717

1818
- name: Hermit Environment
1919
uses: ./.github/actions/hermit

.github/workflows/eks-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
timeout-minutes: 30
5959
steps:
6060
- name: Check out the repo
61-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
61+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
6262

6363
- name: Hermit Environment
6464
uses: ./.github/actions/hermit
@@ -136,7 +136,7 @@ jobs:
136136
timeout-minutes: 90
137137
steps:
138138
- name: Check out the repo
139-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
139+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
140140

141141
# Setup all required tools
142142
- name: Init Hermit

0 commit comments

Comments
 (0)