Skip to content

Commit a84f8cd

Browse files
Bump github/codeql-action from 2.1.6 to 2.1.7 (#504)
* Bump github/codeql-action from 2.1.6 to 2.1.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@28eead2...0182a2c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update version comment Signed-off-by: cpanato <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cpanato <[email protected]>
1 parent 0b972e8 commit a84f8cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@28eead240834b314f7def40f6fcba65d100d99b1 # v2.1.6
46+
uses: github/codeql-action/init@0182a2c78c8a55b763909348834ed54d735ab3e2 # v2.1.7
4747
with:
4848
languages: ${{ matrix.language }}
4949

5050
- name: Autobuild
51-
uses: github/codeql-action/autobuild@28eead240834b314f7def40f6fcba65d100d99b1 # v2.1.6
51+
uses: github/codeql-action/autobuild@0182a2c78c8a55b763909348834ed54d735ab3e2 # v2.1.7
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@28eead240834b314f7def40f6fcba65d100d99b1 # v2.1.6
54+
uses: github/codeql-action/analyze@0182a2c78c8a55b763909348834ed54d735ab3e2 # v2.1.7

.github/workflows/scorecard_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252

5353
# Upload the results to GitHub's code scanning dashboard.
5454
- name: "Upload to code-scanning"
55-
uses: github/codeql-action/upload-sarif@28eead240834b314f7def40f6fcba65d100d99b1 # v2.1.6
55+
uses: github/codeql-action/upload-sarif@0182a2c78c8a55b763909348834ed54d735ab3e2 # v2.1.7
5656
with:
5757
sarif_file: results.sarif

0 commit comments

Comments
 (0)