From b4638d328b288d8ec44117c8658b80867ba04815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 21:21:28 -0700 Subject: [PATCH] chore: bump github/codeql-action from 2.2.6 to 2.2.8 (#2637) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 5a99bb4af7f..2c6bf817ad1 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -20,12 +20,12 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Initialize CodeQL - uses: github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723 + uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@16964e90ba004cdf0cd845b866b5df21038b7723 + uses: github/codeql-action/autobuild@67a35a08586135a9573f4327e904ecbf517a882d - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723 + uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d