Skip to content

Commit 131c01a

Browse files
Bump the actions group with 6 updates (#10)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent dddd51f commit 131c01a

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
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 & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,16 @@ 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 }}
52-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
53-
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v2
52+
- uses: mongodb-labs/drivers-github-tools/python-labs/pre-publish@v3
5453
id: pre-publish
5554
with:
5655
dry_run: ${{ env.DRY_RUN }}
@@ -109,17 +108,16 @@ jobs:
109108
attestations: write
110109
security-events: write
111110
steps:
112-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
111+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
113112
with:
114113
app_id: ${{ vars.APP_ID }}
115114
private_key: ${{ secrets.APP_PRIVATE_KEY }}
116-
- uses: mongodb-labs/drivers-github-tools/setup@v2
115+
- uses: mongodb-labs/drivers-github-tools/setup@v3
117116
with:
118117
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
119118
aws_region_name: ${{ vars.AWS_REGION_NAME }}
120119
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
121-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
122-
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v2
120+
- uses: mongodb-labs/drivers-github-tools/python-labs/post-publish@v3
123121
with:
124122
following_version: ${{ env.FOLLOWING_VERSION }}
125123
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)