From 35a7ebf6805371ec7fc75ffebfc100cd027120af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 10:23:13 -0300 Subject: [PATCH] chore(deps): bump github/codeql-action from 2.1.8 to 2.1.9 (#3070) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.8 to 2.1.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/1ed1437484560351c5be56cf73a48a279d116b78...7502d6e991ca767d2db617bfd823a1ed925a0d59) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 17d3503c3..b7a666632 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,6 +16,6 @@ jobs: steps: - uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3 - - uses: github/codeql-action/init@1ed1437484560351c5be56cf73a48a279d116b78 # v2 - - uses: github/codeql-action/autobuild@1ed1437484560351c5be56cf73a48a279d116b78 # v2 - - uses: github/codeql-action/analyze@1ed1437484560351c5be56cf73a48a279d116b78 # v2 + - uses: github/codeql-action/init@7502d6e991ca767d2db617bfd823a1ed925a0d59 # v2 + - uses: github/codeql-action/autobuild@7502d6e991ca767d2db617bfd823a1ed925a0d59 # v2 + - uses: github/codeql-action/analyze@7502d6e991ca767d2db617bfd823a1ed925a0d59 # v2