Skip to content

Commit d307843

Browse files
dependabot[bot]Burak Bayırkriptoburak
authored
chore(deps): bump github/codeql-action/analyze from 4.37.1 to 4.37.2 (#22)
* chore(deps): bump github/codeql-action/analyze from 4.37.1 to 4.37.2 Bumps [github/codeql-action/analyze](https://github.com/github/codeql-action) from 4.37.1 to 4.37.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@7188fc3...e064762) --- updated-dependencies: - dependency-name: github/codeql-action/analyze dependency-version: 4.37.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * ci: keep CodeQL actions on one version Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: kriptoburak <kriptoburak@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Burak Bayır <burakbayir1@gmail.com> Co-authored-by: kriptoburak <kriptoburak@users.noreply.github.com>
1 parent 13ec838 commit d307843

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache-cleanup: always
4242

4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
44+
uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2
4545
with:
4646
languages: java-kotlin
4747
build-mode: manual
@@ -51,4 +51,4 @@ jobs:
5151
run: ./gradlew clean classes --no-daemon --no-build-cache
5252

5353
- name: Analyze
54-
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
54+
uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2

0 commit comments

Comments
 (0)