Skip to content

Commit aa129db

Browse files
authored
Merge pull request #226 from apache-causeway-committers/dependabot/github_actions/main/github/codeql-action-4.37.8
build(deps): bump github/codeql-action from 4.37.7 to 4.37.8
2 parents d3d596f + a342c16 commit aa129db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# CodeQL Analysis (https://codeql.github.com/docs/codeql-overview/about-codeql/)
6767
- name: "CodeQL: Initialize"
6868
if: env.SKIP_CODE_QL != 'true'
69-
uses: github/codeql-action/init@v4.37.7
69+
uses: github/codeql-action/init@v4.37.8
7070
with:
7171
languages: ${{ matrix.language }}
7272

@@ -78,10 +78,10 @@ jobs:
7878
# If this step fails, then you should remove it and run the build manually
7979
- name: "CodeQL: Autobuild"
8080
if: env.SKIP_CODE_QL != 'true' && matrix.language == 'javascript'
81-
uses: github/codeql-action/autobuild@v4.37.7
81+
uses: github/codeql-action/autobuild@v4.37.8
8282

8383
- name: "CodeQL: Perform Analysis"
8484
if: env.SKIP_CODE_QL != 'true'
85-
uses: github/codeql-action/analyze@v4.37.7
85+
uses: github/codeql-action/analyze@v4.37.8
8686
with:
8787
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)