This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new 208c1e211 Build: Bump github/codeql-action from 4.35.4 to 4.35.5
(#3393)
208c1e211 is described below
commit 208c1e211a0bc8316a5287b6ec4641d484fc7baa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 23 07:48:54 2026 +0200
Build: Bump github/codeql-action from 4.35.4 to 4.35.5 (#3393)
---
.github/workflows/codeql.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 6f25d0c9b..a811068b1 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -46,11 +46,11 @@ jobs:
persist-credentials: false
- name: Initialize CodeQL
- uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e
# v4.35.4
+ uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba
# v4.35.5
with:
languages: actions
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
+ uses:
github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
with:
category: "/language:actions"