Skip to content

Commit ff12fd9

Browse files
chore(deps): Bump github/codeql-action from 4.35.1 to 4.35.2 (#820)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.35.2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...95e58e9) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09f020a commit ff12fd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2727

2828
- name: Initialize CodeQL
29-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
29+
uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225
3030
with:
3131
languages: "javascript"
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13
34+
uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225

0 commit comments

Comments
 (0)