Skip to content

Commit c98e9f3

Browse files
dependabot[bot]devpow112
authored andcommitted
build(deps): bump github/codeql-action from 2.1.38 to 2.1.39
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.38 to 2.1.39. - [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.38...v2.1.39) --- 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 66e9740 commit c98e9f3

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.3.0
7777
- name: Set up CodeQL
78-
uses: github/codeql-action/init@v2.1.38
78+
uses: github/codeql-action/init@v2.1.39
7979
with:
8080
languages: javascript
8181
config-file: .github/codeql.yml
8282
- name: Run analysis
83-
uses: github/codeql-action/analyze@v2.1.38
83+
uses: github/codeql-action/analyze@v2.1.39

0 commit comments

Comments
 (0)