Skip to content

Commit 561fa74

Browse files
build(deps): bump github/codeql-action from 2.2.5 to 2.2.6 (#2789)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.5 to 2.2.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@32dc499...16964e9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f715499 commit 561fa74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # pin@v2
25+
uses: github/codeql-action/init@16964e90ba004cdf0cd845b866b5df21038b7723 # pin@v2
2626
with:
2727
languages: ${{ matrix.language }}
2828

@@ -35,4 +35,4 @@ jobs:
3535
-destination platform="iOS Simulator,OS=latest,name=iPhone 11 Pro"
3636
3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # pin@v2
38+
uses: github/codeql-action/analyze@16964e90ba004cdf0cd845b866b5df21038b7723 # pin@v2

0 commit comments

Comments
 (0)