Skip to content

Commit a702499

Browse files
Bump the all group across 1 directory with 2 updates (#103)
Bumps the all group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [github/codeql-action](https://github.com/github/codeql-action). Updates `astral-sh/setup-uv` from 5 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) Updates `github/codeql-action` from 3.28.13 to 3.28.16 - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](github/codeql-action@v3.28.13...v3.28.16) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: github/codeql-action dependency-version: 3.28.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28f02a4 commit a702499

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install a specific version of uv
20-
uses: astral-sh/setup-uv@v5
20+
uses: astral-sh/setup-uv@v6
2121
with:
2222
version: "0.6.6"
2323
- name: Lint with flake8
@@ -43,6 +43,6 @@ jobs:
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
- name: Install a specific version of uv
46-
uses: astral-sh/setup-uv@v5
46+
uses: astral-sh/setup-uv@v6
4747
- name: build
4848
run: make build

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/[email protected].13
53+
uses: github/codeql-action/[email protected].16
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -61,6 +61,6 @@ jobs:
6161
# queries: security-extended,security-and-quality
6262

6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/[email protected].13
64+
uses: github/codeql-action/[email protected].16
6565
with:
6666
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363

6464
# Upload the results to GitHub's code scanning dashboard.
6565
- name: "Upload to code-scanning"
66-
uses: github/codeql-action/upload-sarif@486ab5a2922b634015408a83e10f6867efb5922c # v2.23.0
66+
uses: github/codeql-action/upload-sarif@83605b3ce2a0e9ed794fb5c17e77a82069816b16 # v2.23.0
6767
with:
6868
sarif_file: results.sarif

0 commit comments

Comments
 (0)