From db0849a1caf2c87527a0d58d380ba25e8ffeff0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:23:05 +0700 Subject: [PATCH] chore: bump github/codeql-action from 2.2.0 to 2.2.1 (#639) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.0 to 2.2.1. - [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/436dbd9100756e97f42f45da571adeebf8270723...3ebbd71c74ef574dbc558c82f70e52732c8b44fe) --- 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/cii.yaml | 2 +- .github/workflows/sast.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cii.yaml b/.github/workflows/cii.yaml index d4c6a455..f6767a19 100644 --- a/.github/workflows/cii.yaml +++ b/.github/workflows/cii.yaml @@ -37,6 +37,6 @@ jobs: path: results.sarif retention-days: 5 - name: Upload Result to Code-Scanning - uses: github/codeql-action/upload-sarif@436dbd9100756e97f42f45da571adeebf8270723 + uses: github/codeql-action/upload-sarif@3ebbd71c74ef574dbc558c82f70e52732c8b44fe with: sarif_file: results.sarif diff --git a/.github/workflows/sast.yaml b/.github/workflows/sast.yaml index 16f09095..e6bbbc95 100644 --- a/.github/workflows/sast.yaml +++ b/.github/workflows/sast.yaml @@ -29,10 +29,10 @@ jobs: - name: Checkout Repository uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c - name: Initialize - uses: github/codeql-action/init@436dbd9100756e97f42f45da571adeebf8270723 + uses: github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@436dbd9100756e97f42f45da571adeebf8270723 + uses: github/codeql-action/autobuild@3ebbd71c74ef574dbc558c82f70e52732c8b44fe - name: Analize - uses: github/codeql-action/analyze@436dbd9100756e97f42f45da571adeebf8270723 + uses: github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe