This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5cd77cd update codeql with pinned version (#153)
5cd77cd is described below
commit 5cd77cd77d0669babe06d29ab1157d77712b5309
Author: Kevin Liu <[email protected]>
AuthorDate: Tue Mar 3 02:19:58 2026 -0500
update codeql with pinned version (#153)
---
.github/workflows/codeql.yml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index da1eec2..c8e2ebc 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -40,14 +40,16 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+ with:
+ persist-credentials: false
- name: Initialize CodeQL
- uses: github/codeql-action/init@v4
+ uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162
# v4
with:
languages: actions
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v4
+ uses:
github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4
with:
category: "/language:actions"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]