Skip to content

Commit 9c8522f

Browse files
Bump the actions group across 1 directory with 3 updates (#1077)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
1 parent 9fff642 commit 9c8522f

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.github/workflows/codeql-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
40+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
4141
with:
4242
languages: actions
4343
build-mode: none
4444
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
4545
queries: security-extended
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
48+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
4949
with:
5050
category: "/language:actions"

.github/workflows/codeql-python.yml

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

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
45+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
4646
with:
4747
languages: python
4848
build-mode: none
@@ -61,6 +61,6 @@ jobs:
6161
pip install dist/*.whl
6262
6363
- name: Perform CodeQL Analysis
64-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
64+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3
6565
with:
6666
category: "/language:python"

.github/workflows/release-python.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,16 @@ jobs:
3737
outputs:
3838
version: ${{ steps.pre-publish.outputs.version }}
3939
steps:
40-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
40+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
4141
with:
4242
app_id: ${{ vars.APP_ID }}
4343
private_key: ${{ secrets.APP_PRIVATE_KEY }}
44-
- uses: mongodb-labs/drivers-github-tools/setup@v2
44+
- uses: mongodb-labs/drivers-github-tools/setup@v3
4545
with:
4646
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
4747
aws_region_name: ${{ vars.AWS_REGION_NAME }}
4848
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
49-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
50-
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v2
49+
- uses: mongodb-labs/drivers-github-tools/python/pre-publish@v3
5150
id: pre-publish
5251
with:
5352
working_directory: ./bindings/python
@@ -106,17 +105,16 @@ jobs:
106105
attestations: write
107106
security-events: write
108107
steps:
109-
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
108+
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v3
110109
with:
111110
app_id: ${{ vars.APP_ID }}
112111
private_key: ${{ secrets.APP_PRIVATE_KEY }}
113-
- uses: mongodb-labs/drivers-github-tools/setup@v2
112+
- uses: mongodb-labs/drivers-github-tools/setup@v3
114113
with:
115114
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
116115
aws_region_name: ${{ vars.AWS_REGION_NAME }}
117116
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
118-
artifactory_username: ${{ vars.ARTIFACTORY_USERNAME }}
119-
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v2
117+
- uses: mongodb-labs/drivers-github-tools/python/post-publish@v3
120118
with:
121119
following_version: ${{ env.FOLLOWING_VERSION }}
122120
working_directory: ./bindings/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@873539476a7f9b0da7504d0d9e9a6a5275094d98
21+
uses: zizmorcore/zizmor-action@0696496a48b64e0568faa46ddaf5f6fe48b83b04

0 commit comments

Comments
 (0)