Skip to content

Commit e2c45a0

Browse files
Bump the actions group with 6 updates
Bumps the actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `6` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.16` | `3.30.5` | | [mongodb-labs/drivers-github-tools](https://github.com/mongodb-labs/drivers-github-tools) | `2` | `3` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `6.6.1` | `6.7.0` | | [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action) | `a016d81e77496751b5c04eb1e8f00214bd396553` | `c323c83e3ab58baf4acbc7b6b39eef0e0cb14e4d` | Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/setup-python` from 4 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) Updates `github/codeql-action` from 3.28.16 to 3.30.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28deaed...3599b3b) Updates `mongodb-labs/drivers-github-tools` from 2 to 3 - [Release notes](https://github.com/mongodb-labs/drivers-github-tools/releases) - [Commits](mongodb-labs/drivers-github-tools@v2...v3) Updates `astral-sh/setup-uv` from 6.6.1 to 6.7.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@557e51d...b75a909) Updates `zizmorcore/zizmor-action` from a016d81e77496751b5c04eb1e8f00214bd396553 to c323c83e3ab58baf4acbc7b6b39eef0e0cb14e4d - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@a016d81...c323c83) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: mongodb-labs/drivers-github-tools dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: zizmorcore/zizmor-action dependency-version: c323c83e3ab58baf4acbc7b6b39eef0e0cb14e4d dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dddd51f commit e2c45a0

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
ref: ${{ inputs.ref }}
5151
persist-credentials: false
5252
- name: Set up Python
53-
uses: actions/setup-python@v4
53+
uses: actions/setup-python@v6
5454
with:
5555
python-version: 3.x
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3
59+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
6060
with:
6161
languages: ${{ matrix.language }}
6262
build-mode: none
@@ -72,6 +72,6 @@ jobs:
7272
pip install -e .
7373
7474
- name: Perform CodeQL Analysis
75-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3
75+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
7676
with:
7777
category: "/language:${{ matrix.language }}"

.github/workflows/release-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ jobs:
4040
outputs:
4141
version: ${{ steps.pre-publish.outputs.version }}
4242
steps:
43-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
43+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
4444
with:
4545
app_id: ${{ vars.APP_ID }}
4646
private_key: ${{ secrets.APP_PRIVATE_KEY }}
47-
- uses: mongodb-labs/drivers-github-tools/setup@v2
47+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4848
with:
4949
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
5050
aws_region_name: ${{ vars.AWS_REGION_NAME }}
5151
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
5252
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
53-
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v2
53+
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v3
5454
id: pre-publish
5555
with:
5656
dry_run: ${{ env.DRY_RUN }}
@@ -109,17 +109,17 @@ jobs:
109109
attestations: write
110110
security-events: write
111111
steps:
112-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
112+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
113113
with:
114114
app_id: ${{ vars.APP_ID }}
115115
private_key: ${{ secrets.APP_PRIVATE_KEY }}
116-
- uses: mongodb-labs/drivers-github-tools/setup@v2
116+
- uses: mongodb-labs/drivers-github-tools/setup@v3
117117
with:
118118
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
119119
aws_region_name: ${{ vars.AWS_REGION_NAME }}
120120
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
121121
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
122-
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
122+
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v3
123123
with:
124124
following_version: ${{ env.FOLLOWING_VERSION }}
125125
product_name: ${{ env.PRODUCT_NAME }}

.github/workflows/test-python.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828
fetch-depth: 0
2929
- name: Install uv
30-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
30+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
3131
with:
3232
enable-cache: true
3333
python-version: ${{ matrix.python-version }}
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050
fetch-depth: 0
5151
- name: Install uv
52-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
52+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
5353
with:
5454
enable-cache: true
5555
python-version: ${{ matrix.python-version }}
@@ -70,13 +70,13 @@ jobs:
7070
persist-credentials: false
7171
fetch-depth: 0
7272
- name: Install uv
73-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
73+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
7474
with:
7575
enable-cache: true
7676
python-version: ${{ env.MIN_PYTHON }}
7777
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
7878
- name: Install uv
79-
uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v5
79+
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v5
8080
with:
8181
enable-cache: true
8282
python-version: ${{ env.MIN_PYTHON }}

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Run zizmor
21-
uses: zizmorcore/zizmor-action@a016d81e77496751b5c04eb1e8f00214bd396553
21+
uses: zizmorcore/zizmor-action@c323c83e3ab58baf4acbc7b6b39eef0e0cb14e4d

0 commit comments

Comments
 (0)