Merge pull request #605 from crossplane/renovate/github-codeql-action-digest

Update github/codeql-action digest to 689fdc5
This commit is contained in:
Philippe Scorsolini 2023-11-16 13:49:12 +01:00 committed by GitHub
commit 674cf9b384
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