Skip to content

Commit 7047d04

Browse files
chore(deps): 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.17.0` | `2.19.1` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.0.0` | `8.1.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.4` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.1.1` | Updates `step-security/harden-runner` from 2.17.0 to 2.19.1 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@f808768...a5ad31d) Updates `astral-sh/setup-uv` from 8.0.0 to 8.1.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@cec2083...0880764) Updates `github/codeql-action` from 4.35.1 to 4.35.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...68bde55) 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) Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](actions/create-github-app-token@f8d387b...1b10c78) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor 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 - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-updates - dependency-name: step-security/harden-runner dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 863aa25 commit 7047d04

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/ci-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
actions: read # Needed to analyze action metadata.
2626
steps:
2727
- name: harden runner
28-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
28+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2929
with:
3030
egress-policy: audit
3131

@@ -35,15 +35,15 @@ jobs:
3535
persist-credentials: false
3636

3737
- name: setup uv
38-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
38+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3939

4040
- name: zizmor
4141
run: uvx zizmor --pedantic --format sarif . > results.sarif
4242
env:
4343
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4444

4545
- name: upload
46-
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
46+
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
4747
with:
4848
sarif_file: results.sarif
4949
category: zizmor

.github/workflows/ci-code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: harden runner
24-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
24+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2525
with:
2626
egress-policy: audit
2727

@@ -51,7 +51,7 @@ jobs:
5151
name: 'build ${{ matrix.arch }}'
5252
steps:
5353
- name: harden runner
54-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
54+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
5555
with:
5656
egress-policy: audit
5757

@@ -80,7 +80,7 @@ jobs:
8080
name: 'clippy ${{ matrix.arch }}'
8181
steps:
8282
- name: harden runner
83-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
83+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
8484
with:
8585
egress-policy: audit
8686

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
build-mode: none
3838
steps:
3939
- name: harden runner
40-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
40+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
4141
with:
4242
egress-policy: audit
4343

@@ -47,13 +47,13 @@ jobs:
4747
persist-credentials: false
4848

4949
- name: initialize codeql
50-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
50+
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
5151
with:
5252
languages: ${{ matrix.language }}
5353
build-mode: ${{ matrix.build-mode }}
5454
config-file: ./.github/codeql/codeql-config.yaml
5555

5656
- name: perform codeql analysis
57-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
57+
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
5858
with:
5959
category: "/language:${{matrix.language}}"

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: harden runner
28-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
28+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2929
with:
3030
egress-policy: audit
3131

@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: 'upload artifacts'
4545
id: upload
46-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
46+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4747
with:
4848
name: artifacts
4949
path: target/assemble/*

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: harden runner
28-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
28+
uses: step-security/harden-runner@a5ad31d6a139d249332a2605b85202e8c0b78450 # v2.19.1
2929
with:
3030
egress-policy: audit
3131

@@ -47,7 +47,7 @@ jobs:
4747
subject-path: target/assemble/*
4848

4949
- name: 'generate cultivator token'
50-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0-beta.2
50+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.0.0-beta.2
5151
id: generate-token
5252
with:
5353
app-id: "${{ secrets.EDERA_CULTIVATION_APP_ID }}"

0 commit comments

Comments
 (0)