From 03c7db67ee4f5b343181846497b986c1d0966ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:00:14 -0700 Subject: [PATCH] chore: bump github/codeql-action from 2.1.27 to 2.1.28 (#349) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 85c482ac..f1970429 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -21,12 +21,12 @@ jobs: uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Initialize CodeQL - uses: github/codeql-action/init@807578363a7869ca324a79039e6db9c843e0e100 + uses: github/codeql-action/init@cc7986c02bac29104a72998e67239bb5ee2ee110 with: languages: go - name: Autobuild - uses: github/codeql-action/autobuild@807578363a7869ca324a79039e6db9c843e0e100 + uses: github/codeql-action/autobuild@cc7986c02bac29104a72998e67239bb5ee2ee110 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@807578363a7869ca324a79039e6db9c843e0e100 \ No newline at end of file + uses: github/codeql-action/analyze@cc7986c02bac29104a72998e67239bb5ee2ee110 \ No newline at end of file