diff options
| author | chrislu <chris.lu@gmail.com> | 2023-09-25 08:20:16 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-09-25 08:20:16 -0700 |
| commit | c9177c92e5b6459d15d112738b7a3862655a853f (patch) | |
| tree | 7acec7c8405ebdbb60f5a0ba194bcca3321ba20d /.github/workflows/codeql.yml | |
| parent | 81e57bd45eaf9cda4682dc765202342ed92d07ab (diff) | |
| parent | 7bb58e23ea03846b06b540f9570c48dc41b5f2c2 (diff) | |
| download | seaweedfs-c9177c92e5b6459d15d112738b7a3862655a853f.tar.xz seaweedfs-c9177c92e5b6459d15d112738b7a3862655a853f.zip | |
Merge branch 'master' of https://github.com/seaweedfs/seaweedfs
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a44b1ac19..918e8c68b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL |
