Skip to content

Commit 2cf6c09

Browse files
chore(deps): update github actions (#116)
Co-authored-by: agntcy-automation[bot] <269490587+agntcy-automation[bot]@users.noreply.github.com>
1 parent c23c049 commit 2cf6c09

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
# Initializes the CodeQL tools for scanning.
6464
- name: Initialize CodeQL
65-
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
65+
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
6666
with:
6767
languages: python
6868
build-mode: none
@@ -81,6 +81,6 @@ jobs:
8181
- "**/*_pb2_grpc.py"
8282
8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
84+
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
8585
with:
8686
category: "/language:python"

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Python (uv)
3737
uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1
3838
with:
39-
version: "0.12.6"
39+
version: "0.12.7"
4040
enable-cache: true
4141

4242
- name: Run Renovate

0 commit comments

Comments
 (0)