Skip to content
Snippets Groups Projects
Unverified Commit 89363a57 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump github/codeql-action from 2.1.13 to 2.1.14 (#885)

* Bump github/codeql-action from 2.1.13 to 2.1.14

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.13 to 2.1.14.
- [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/d00e8c09a38ef8c1ca1091fc55ef490776d2de73...41a4ada31ba866a7f1196b9602703a89edd69e22

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>

* update version comment

Signed-off-by: default avatarcpanato <ctadeu@gmail.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarcpanato <ctadeu@gmail.com>
parent 3aec76f9
No related branches found
No related tags found
No related merge requests found
......@@ -43,12 +43,12 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # v2.1.13
uses: github/codeql-action/init@41a4ada31ba866a7f1196b9602703a89edd69e22 # v2.1.14
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # v2.1.13
uses: github/codeql-action/autobuild@41a4ada31ba866a7f1196b9602703a89edd69e22 # v2.1.14
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # v2.1.13
uses: github/codeql-action/analyze@41a4ada31ba866a7f1196b9602703a89edd69e22 # v2.1.14
......@@ -52,6 +52,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@d00e8c09a38ef8c1ca1091fc55ef490776d2de73 # v2.1.13
uses: github/codeql-action/upload-sarif@41a4ada31ba866a7f1196b9602703a89edd69e22 # v2.1.14
with:
sarif_file: results.sarif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment