Skip to content

Commit e17a962

Browse files
authored
Merge pull request #36 from mongodb-labs/dependabot/github_actions/actions-8d5748b068
Bump the actions group with 2 updates
2 parents 78841c5 + 0b59f5f commit e17a962

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

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

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
59+
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
75+
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4
7676
with:
7777
category: "/language:${{ matrix.language }}"

.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@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
30+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
3131
with:
3232
enable-cache: true
3333
python-version: ${{ matrix.python-version }}
@@ -51,7 +51,7 @@ jobs:
5151
persist-credentials: false
5252
fetch-depth: 0
5353
- name: Install uv
54-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
54+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
5555
with:
5656
enable-cache: true
5757
python-version: ${{ matrix.python-version }}
@@ -72,13 +72,13 @@ jobs:
7272
persist-credentials: false
7373
fetch-depth: 0
7474
- name: Install uv
75-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
75+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
7676
with:
7777
enable-cache: true
7878
python-version: ${{ env.MIN_PYTHON }}
7979
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3
8080
- name: Install uv
81-
uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7
81+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7
8282
with:
8383
enable-cache: true
8484
python-version: ${{ env.MIN_PYTHON }}

0 commit comments

Comments
 (0)