Skip to content

Commit

Permalink
Bump github/codeql-action from 1.1.0 to 1.1.2 (#424)
Browse files Browse the repository at this point in the history
* Bump github/codeql-action from 1.1.0 to 1.1.2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@474bbf0...d39d5d5)

---
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>

* update version comment

Signed-off-by: Carlos Panato <ctadeu@gmail.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Panato <ctadeu@gmail.com>
  • Loading branch information
dependabot[bot] and cpanato committed Feb 18, 2022
1 parent ab5823a commit ddb509a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@474bbf07f9247ffe1856c6a0f94aeeb10e7afee6 # v1.1.0
uses: github/codeql-action/init@d39d5d5c9707b926d517b1b292905ef4c03aa777 # v1.1.2
with:
languages: ${{ matrix.language }}

- name: Autobuild
uses: github/codeql-action/autobuild@474bbf07f9247ffe1856c6a0f94aeeb10e7afee6 # v1.1.0
uses: github/codeql-action/autobuild@d39d5d5c9707b926d517b1b292905ef4c03aa777 # v1.1.2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@474bbf07f9247ffe1856c6a0f94aeeb10e7afee6 # v1.1.0
uses: github/codeql-action/analyze@d39d5d5c9707b926d517b1b292905ef4c03aa777 # v1.1.2
2 changes: 1 addition & 1 deletion .github/workflows/scorecard_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@474bbf07f9247ffe1856c6a0f94aeeb10e7afee6 # v1.1.0
uses: github/codeql-action/upload-sarif@d39d5d5c9707b926d517b1b292905ef4c03aa777 # v1.1.2
with:
sarif_file: results.sarif

0 comments on commit ddb509a

Please sign in to comment.