Skip to content

Commit

Permalink
Merge branch 'aws:master' into config-and-release
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ authored Aug 2, 2022
2 parents 975c06c + 2cdf505 commit 057bcd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
codeql-analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: go

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v2
2 changes: 1 addition & 1 deletion internal/k8sCommon/kubeletutil/kubeletclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (k *KubeClient) ListPods() ([]corev1.Pod, error) {

b, err := ioutil.ReadAll(resp.Body)
if err != nil {
log.Printf("E! Fail to read request %s body: %s", req.URL.String(), err)
log.Printf("E! Fail to read request %s body: %s", url, err)
return result, err
}

Expand Down

0 comments on commit 057bcd8

Please sign in to comment.