aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-12-22 11:33:02 -0800
committerchrislu <chris.lu@gmail.com>2023-12-22 11:33:02 -0800
commitee1c9bc314970931ebbc018e70bd7ad39bd84602 (patch)
tree3aa6ad7b157cd4ac93d5a76f9d1aa2fd3ee81e73 /.github/workflows/codeql.yml
parent034db049a080d9a07a8527894e0aa58e8412207e (diff)
parentc278f49bca0b8253914c5490a17ac4b50b8abe2b (diff)
downloadseaweedfs-ee1c9bc314970931ebbc018e70bd7ad39bd84602.tar.xz
seaweedfs-ee1c9bc314970931ebbc018e70bd7ad39bd84602.zip
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 35ab5f3e7..6b5d5eb3a 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -22,7 +22,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v2
+ uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
with:
languages: go
@@ -30,7 +30,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
- name: Autobuild
- uses: github/codeql-action/autobuild@v2
+ uses: github/codeql-action/autobuild@v3
# â„šī¸ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -44,4 +44,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v2
+ uses: github/codeql-action/analyze@v3