From 4db470059cb2e444cbba88773de453415793aaf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 14:11:58 +0200 Subject: [PATCH] Bump github/codeql-action from 1.0.5 to 1.0.6 (#868) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.5 to 1.0.6. - [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/v1.0.5...v1.0.6) --- 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/scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 91b2ee11e5..c7554186d2 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -20,8 +20,8 @@ jobs: cache: yarn - run: yarn install --immutable - run: yarn build - - uses: github/codeql-action/init@v1.0.5 + - uses: github/codeql-action/init@v1.0.6 with: languages: javascript config-file: .github/codeql/config.yml - - uses: github/codeql-action/analyze@v1.0.5 + - uses: github/codeql-action/analyze@v1.0.6