Update github/codeql-action digest to 2cb752a

This commit is contained in:
renovate[bot] 2023-10-06 12:11:17 +00:00 committed by GitHub
parent f8da8fe285
commit 283b0c87bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -150,12 +150,12 @@ jobs:
run: make vendor vendor.check
- name: Initialize CodeQL
uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2
uses: github/codeql-action/init@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2
uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
trivy-scan-fs:
runs-on: ubuntu-22.04