Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 1.0.24 to 1.0.25
Browse files Browse the repository at this point in the history
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.24 to 1.0.25.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@e095058...546b30f)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and evverx committed Dec 6, 2021
1 parent d822fa4 commit 1200e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579

- name: Initialize CodeQL
uses: github/codeql-action/init@e095058bfa09de8070f94e98f5dc059531bc6235
uses: github/codeql-action/init@546b30f35ae5a3db0e0be1843008c2224f71c3b0
with:
languages: ${{ matrix.language }}

- run: sudo -E .github/workflows/unit_tests.sh SETUP

- name: Autobuild
uses: github/codeql-action/autobuild@e095058bfa09de8070f94e98f5dc059531bc6235
uses: github/codeql-action/autobuild@546b30f35ae5a3db0e0be1843008c2224f71c3b0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e095058bfa09de8070f94e98f5dc059531bc6235
uses: github/codeql-action/analyze@546b30f35ae5a3db0e0be1843008c2224f71c3b0

0 comments on commit 1200e7d

Please sign in to comment.