Skip to content

Commit 2d731be

Browse files
chore(deps): update github actions
1 parent 31a068e commit 2d731be

19 files changed

Lines changed: 34 additions & 34 deletions

.github/workflows/check-fips-compliance-reqs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
check-boringssl-commit:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2929

3030
- name: Read FIPS spec
3131
id: fips-spec
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Restore BoringSSL commit cache
5858
id: cache-boringssl
59-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
59+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
6060
with:
6161
path: .boringssl-cache
6262
key: boringssl-commit-go${{ steps.go-version.outputs.version }}
@@ -101,7 +101,7 @@ jobs:
101101
echo "sha=${BORINGSSL_SHA}" >> $GITHUB_OUTPUT
102102
103103
- name: Save BoringSSL commit cache
104-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
104+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
105105
if: steps.cache-boringssl.outputs.cache-hit != 'true'
106106
with:
107107
path: .boringssl-cache

.github/workflows/check-links.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
check-links:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Restore lychee cache
2424
id: restore-cache
25-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
25+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
2626
with:
2727
path: .lycheecache
2828
key: cache-lychee
@@ -57,7 +57,7 @@ jobs:
5757
cat .lycheecache
5858
5959
- name: Save lychee cache
60-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
60+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
6161
if: always() && hashFiles('.lycheecache') != ''
6262
with:
6363
path: .lycheecache

.github/workflows/ci-base.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
docker_manifest_sha_name: ${{ steps.set-outputs.outputs.docker_manifest_sha_name }}
6060
steps:
6161
- name: Checkout
62-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
62+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
6363
with:
6464
fetch-depth: 0 # required for tag metadata
6565

@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Cache sources
103103
id: cache-sources
104-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
104+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
105105
if: env.caching_enabled == 'true'
106106
with:
107107
path: |
@@ -208,7 +208,7 @@ jobs:
208208
- name: Cache goreleaser build
209209
id: cache-goreleaser
210210
if: env.caching_enabled == 'true'
211-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
211+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
212212
with:
213213
path: |
214214
distributions/${{ inputs.distribution }}/dist

.github/workflows/ci-bump-component-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2020
with:
2121
fetch-depth: 0 # required for tag metadata
2222
token: ${{ secrets.RELEASE_TOKEN }}

.github/workflows/ci-host-config-drift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1717
with:
1818
fetch-depth: 0
1919

.github/workflows/ci-nightly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
workflow-run-id: ${{ steps.get-commit.outputs.workflow-run-id }}
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3131
with:
3232
sparse-checkout: |
3333
.github/actions
@@ -50,7 +50,7 @@ jobs:
5050
fips: [false, true]
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
53+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5454
with:
5555
sparse-checkout: |
5656
.github/actions

.github/workflows/ci-snapshot-cli.yaml

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
steps:
1919
- name: Checkout
20-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2121
with:
2222
fetch-depth: 0 # required for tag metadata
2323
sparse-checkout: cmd/nrdot-collector-builder

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
distributions: ${{ steps.discover.outputs.distributions }}
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3232
with:
3333
sparse-checkout: |
3434
.github/actions

.github/workflows/deploy-and-e2e.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
windows-e2e: ${{ steps.check-platform-specs.outputs.windows_e2e }}
6767
steps:
6868
- name: Checkout repository
69-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
69+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7070
with:
7171
fetch-depth: 0
7272

@@ -180,7 +180,7 @@ jobs:
180180
TF_VAR_commit_sha_short: ${{ needs.setup.outputs.commit-sha-short }}
181181
steps:
182182
- name: Checkout
183-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
183+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
184184

185185
- name: Configure AWS Credentials
186186
id: configure-aws-credentials-for-eks
@@ -238,7 +238,7 @@ jobs:
238238
TF_VAR_commit_sha_short: ${{ needs.setup.outputs.commit-sha-short }}
239239
steps:
240240
- name: Checkout
241-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
241+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
242242

243243
- name: Configure AWS Credentials
244244
id: configure-aws-credentials
@@ -311,7 +311,7 @@ jobs:
311311
TF_VAR_commit_sha_short: ${{ needs.setup.outputs.commit-sha-short }}
312312
steps:
313313
- name: Checkout
314-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
314+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
315315

316316
- name: Configure AWS Credentials
317317
id: configure-aws-credentials

.github/workflows/lint-renovate-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1515

1616
- name: Install Renovate config validator
1717
run: npm install --global renovate

0 commit comments

Comments
 (0)