Skip to content

Commit

Permalink
github: bump the github-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-dependencies group with 3 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `taiki-e/install-action` from 2.47.30 to 2.47.31
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@afbe5c1...76a1fec)

Updates `astral-sh/setup-uv` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@b5f58b2...4db9619)

Updates `github/codeql-action` from 3.28.7 to 3.28.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@6e54559...dd74661)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and thoughtpolice committed Jan 30, 2025
1 parent 6ee7525 commit d620ef9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: dtolnay/rust-toolchain@a54c7afa936fefeb4456b2dd8068152669aa8203
with:
toolchain: 1.76
- uses: taiki-e/install-action@afbe5c171504ec183ad2e090b35cac157c65592e
- uses: taiki-e/install-action@76a1fec160a6ce3d9efbecc54b2e6304f1887695
with:
tool: nextest
- name: Build
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
with:
# If you bump the version, also update docs/contributing.md
# and all other workflows that install uv
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
with:
# If you bump the version, also update docs/contributing.md
# and all other workflows that install uv
Expand All @@ -193,7 +193,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install uv
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
# 'only-managed' means that uv will always download Python, even
# if the runner happens to provide a compatible version
- name: Check that `mkdocs` can build the docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
with:
version: "0.5.1"
- name: Install dependencies, compile and deploy docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
with:
version: "0.5.1"
- name: Compile docs and zip them up
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
with:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355
with:
version: "0.5.1"
- name: Install dependencies, compile and deploy docs to the "latest release" section of the website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@6e5455904168f98c75d8e5ad848b4dc4ab3ae77e
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a
with:
sarif_file: results.sarif

0 comments on commit d620ef9

Please sign in to comment.