Skip to content

Commit 7563313

Browse files
Bump the actions-updates group across 1 directory with 5 updates
Bumps the actions-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.14.2` | `2.16.1` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `7.3.0` | `8.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.9` | `4.35.1` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.2.1` | `3.0.0` | | [release-plz/action](https://github.com/release-plz/action) | `0.5.127` | `0.5.128` | Updates `step-security/harden-runner` from 2.14.2 to 2.16.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@5ef0c07...fe10465) Updates `astral-sh/setup-uv` from 7.3.0 to 8.0.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@eac588a...cec2083) Updates `github/codeql-action` from 4.31.9 to 4.35.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5d4e8d1...c10b806) Updates `actions/create-github-app-token` from 2.2.1 to 3.0.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@29824e6...f8d387b) Updates `release-plz/action` from 0.5.127 to 0.5.128 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](release-plz/action@f708778...1528104) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-updates - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-updates - dependency-name: release-plz/action dependency-version: 0.5.128 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a91197 commit 7563313

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci-actions.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
actions: read # Needed to read actions
2020
steps:
2121
- name: Harden the runner (Audit all outbound calls)
22-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
22+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
2323
with:
2424
egress-policy: audit
2525

@@ -29,15 +29,15 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: Install the latest version of uv
32-
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
32+
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
3333

3434
- name: Run zizmor
3535
run: uvx zizmor --pedantic --format sarif . > results.sarif
3636
env:
3737
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Upload SARIF file
40-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9
40+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4141
with:
4242
sarif_file: results.sarif
4343
category: zizmor

.github/workflows/ci-code.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: harden runner
17-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
17+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
1818
with:
1919
egress-policy: audit
2020

@@ -42,7 +42,7 @@ jobs:
4242
name: 'Full build linux-${{ matrix.arch }}'
4343
steps:
4444
- name: harden runner
45-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
45+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
4646
with:
4747
egress-policy: audit
4848

@@ -69,7 +69,7 @@ jobs:
6969
name: 'Full clippy linux-${{ matrix.arch }}'
7070
steps:
7171
- name: harden runner
72-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
72+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
7373
with:
7474
egress-policy: audit
7575

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write # Needed for trusted publishing
2222
steps:
2323
- name: Harden the runner (Audit all outbound calls)
24-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
24+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
2525
with:
2626
egress-policy: audit
2727

@@ -38,14 +38,14 @@ jobs:
3838
uses: ./.github/actions/install-llvm
3939

4040
- name: generate cultivator token
41-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
41+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
4242
id: generate-token
4343
with:
4444
app-id: "${{ secrets.EDERA_CULTIVATION_APP_ID }}"
4545
private-key: "${{ secrets.EDERA_CULTIVATION_APP_PRIVATE_KEY }}"
4646

4747
- name: Run release-plz
48-
uses: release-plz/action@f708778669256143d984cce4b23592637532e040 # v0.5
48+
uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 # v0.5
4949
with:
5050
command: release
5151
env:
@@ -65,7 +65,7 @@ jobs:
6565
cancel-in-progress: false
6666
steps:
6767
- name: Harden the runner (Audit all outbound calls)
68-
uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
68+
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
6969
with:
7070
egress-policy: audit
7171

@@ -82,14 +82,14 @@ jobs:
8282
uses: ./.github/actions/install-llvm
8383

8484
- name: generate cultivator token
85-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
85+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
8686
id: generate-token
8787
with:
8888
app-id: "${{ secrets.EDERA_CULTIVATION_APP_ID }}"
8989
private-key: "${{ secrets.EDERA_CULTIVATION_APP_PRIVATE_KEY }}"
9090

9191
- name: Run release-plz
92-
uses: release-plz/action@f708778669256143d984cce4b23592637532e040 # v0.5
92+
uses: release-plz/action@1528104d2ca23787631a1c1f022abb64b34c1e11 # v0.5
9393
with:
9494
command: release-pr
9595
env:

0 commit comments

Comments
 (0)