Skip to content

Commit 0e1f6c8

Browse files
dependabot[bot]remkop
authored andcommitted
Bump github/codeql-action from 2.2.8 to 2.2.11
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.8 to 2.2.11. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@67a35a0...d186a2a) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fd3d5cb commit 0e1f6c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
# Initializes the CodeQL tools for scanning.
6060
- name: Initialize CodeQL
61-
uses: github/codeql-action/init@67a35a08586135a9573f4327e904ecbf517a882d # v1
61+
uses: github/codeql-action/init@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v1
6262
with:
6363
languages: ${{ matrix.language }}
6464
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -84,4 +84,4 @@ jobs:
8484
# make release
8585

8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@67a35a08586135a9573f4327e904ecbf517a882d # v1
87+
uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v1

.github/workflows/scorecards-analysis.yml

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

6060
# Upload the results to GitHub's code scanning dashboard.
6161
- name: "Upload to code-scanning"
62-
uses: github/codeql-action/upload-sarif@67a35a08586135a9573f4327e904ecbf517a882d # v1.0.26
62+
uses: github/codeql-action/upload-sarif@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v1.0.26
6363
with:
6464
sarif_file: results.sarif

0 commit comments

Comments
 (0)