Skip to content

Commit

Permalink
Merge pull request #1189 from kubernetes-sigs/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/github/codeql-action-2.2.7

chore: bump github/codeql-action from 2.2.6 to 2.2.7
  • Loading branch information
k8s-ci-robot committed Mar 21, 2023
2 parents ffe32da + ead9b01 commit c2eb19a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f

- name: Initialize CodeQL
uses: github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723
uses: github/codeql-action/init@168b99b3c22180941ae7dbdd5f5c9678ede476ba
with:
languages: go

- name: Autobuild
uses: github/codeql-action/autobuild@16964e90ba004cdf0cd845b866b5df21038b7723
uses: github/codeql-action/autobuild@168b99b3c22180941ae7dbdd5f5c9678ede476ba

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723
uses: github/codeql-action/analyze@168b99b3c22180941ae7dbdd5f5c9678ede476ba

0 comments on commit c2eb19a

Please sign in to comment.