Skip to content

Commit

Permalink
Merge branch 'config-and-release' of https://github.com/okankoAMZ/ama…
Browse files Browse the repository at this point in the history
…zon-cloudwatch-agent into config-and-release
  • Loading branch information
okankoAMZ committed Aug 2, 2022
2 parents b515357 + 057bcd8 commit b4fdddf
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 b4fdddf

Please sign in to comment.