Skip to content

Commit d0910d8

Browse files
dependabot[bot]devpow112
authored andcommitted
build(deps): bump github/codeql-action from 2.1.17 to 2.1.18
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.17 to 2.1.18. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2.1.17...v2.1.18) --- 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>
1 parent 5aa2fdc commit d0910d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ jobs:
7575
- name: Checkout
7676
uses: actions/checkout@v3.0.2
7777
- name: Set up CodeQL
78-
uses: github/codeql-action/init@v2.1.17
78+
uses: github/codeql-action/init@v2.1.18
7979
with:
8080
languages: javascript
8181
config-file: .github/codeql.yml
8282
- name: Run analysis
83-
uses: github/codeql-action/analyze@v2.1.17
83+
uses: github/codeql-action/analyze@v2.1.18

0 commit comments

Comments
 (0)