From 221b9ceb142537418a723befcf92df3b1262b170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 00:41:57 +0000 Subject: [PATCH] fix(deps): bump github/codeql-action from 1 to 2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline-development.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline-development.yml b/.github/workflows/pipeline-development.yml index db1f1d5..0f9f3f8 100644 --- a/.github/workflows/pipeline-development.yml +++ b/.github/workflows/pipeline-development.yml @@ -124,12 +124,12 @@ jobs: with: fetch-depth: 0 - name: Setup CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: javascript config-file: ./.github/config/codeql.yml - name: Analyze Code Base - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 # Run format dprint for JS format: