Update github/codeql-action digest to 689fdc5

This commit is contained in:
renovate[bot] 2023-11-16 08:27:26 +00:00 committed by GitHub
parent c917ad617a
commit c44eaea136
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@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
uses: github/codeql-action/init@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2
with:
languages: go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
uses: github/codeql-action/analyze@689fdc5193eeb735ecb2e52e819e3382876f93f4 # v2
trivy-scan-fs:
runs-on: ubuntu-22.04