We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8b2199 + d5c89d7 commit 1ebd01eCopy full SHA for 1ebd01e
.github/workflows/codeql.yml
@@ -37,14 +37,14 @@ jobs:
37
go-version: ${{ steps.vars.outputs.go_version }}
38
39
- name: Initialize CodeQL
40
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # tag=v4.32.6
+ uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # tag=v4.34.1
41
with:
42
languages: ${{ matrix.language }}
43
44
- name: Build
45
run: make operator plugin
46
47
- name: Perform CodeQL Analysis
48
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # tag=v4.32.6
+ uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # tag=v4.34.1
49
50
category: "/language:${{ matrix.language }}"
0 commit comments