Skip to content

Commit 0afc056

Browse files
build(deps): bump the actions-updates group across 1 directory with 3 updates
Bumps the actions-updates group with 3 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `step-security/harden-runner` from 2.16.0 to 2.17.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@fa2e9d6...f808768) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-updates - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47eaebb commit 0afc056

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cache-refresh.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix: ${{ steps.list.outputs.matrix }}
2121
steps:
2222
- name: Harden the runner (Audit all outbound calls)
23-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
23+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2424
with:
2525
egress-policy: audit
2626
- name: list ccache entries
@@ -46,20 +46,20 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Harden the runner (Audit all outbound calls)
49-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
49+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
5050
with:
5151
egress-policy: audit
5252
- name: restore ccache
5353
id: restore
54-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.2
54+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.2
5555
with:
5656
path: ~/.cache/kernel-ccache
5757
key: "${{ matrix.entry.prefix }}-${{ github.run_id }}"
5858
restore-keys: |
5959
${{ matrix.entry.prefix }}-
6060
- name: save ccache
6161
if: steps.restore.outputs.cache-matched-key != ''
62-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.2
62+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.2
6363
with:
6464
path: ~/.cache/kernel-ccache
6565
key: "${{ matrix.entry.prefix }}-${{ github.run_id }}"

.github/workflows/matrix.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Harden the runner (Audit all outbound calls)
23-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
23+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
2424
with:
2525
egress-policy: audit
2626

@@ -33,7 +33,7 @@ jobs:
3333
- name: generate matrix
3434
run: 'PATH="${HOME}/go/bin:${PATH}" ./hack/build/generate-matrix.sh "${{ inputs.spec }}"'
3535
- name: upload matrix
36-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737
with:
3838
name: matrix
3939
path: "matrix.json"
@@ -62,7 +62,7 @@ jobs:
6262
KERNEL_ARCHITECTURES: "${{ join(matrix.builds.architectures, ',') }}"
6363
steps:
6464
- name: Harden the runner (Audit all outbound calls)
65-
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
65+
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
6666
with:
6767
egress-policy: audit
6868

@@ -85,7 +85,7 @@ jobs:
8585
username: "${{github.actor}}"
8686
password: "${{secrets.GITHUB_TOKEN}}"
8787
- name: restore ccache
88-
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.2
88+
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.2
8989
with:
9090
path: ~/.cache/kernel-ccache
9191
# restore-keys is important here - it lets us restore the most recent cache key,
@@ -97,15 +97,15 @@ jobs:
9797
- name: generate docker script
9898
run: "./hack/build/generate-docker-script.sh"
9999
- name: upload docker script
100-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
100+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101101
with:
102102
name: "build-${{ matrix.builds.version }}-${{ matrix.builds.flavor }}.sh"
103103
path: "docker.sh"
104104
compression-level: 0
105105
- name: run docker script
106106
run: sh -x docker.sh
107107
- name: save ccache
108-
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.2
108+
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.2
109109
with:
110110
path: ~/.cache/kernel-ccache
111111
# The run_id here is just for write-key uniqueness, as GH doesn't allow overwriting

0 commit comments

Comments
 (0)