Skip to content

Commit 9e15b25

Browse files
authored
github-actions: bump github/codeql-action/init from 4.37.3 to 4.37.6 (openthread#13488)
Bumps [github/codeql-action/init](https://github.com/github/codeql-action) from 4.37.3 to 4.37.6. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e4fba86...5595cca) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.6 dependency-type: direct:production update-type: version-update:semver-patch ...
1 parent fd831bb commit 9e15b25

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
@@ -68,7 +68,7 @@ jobs:
6868
sudo apt-get --no-install-recommends install -y ninja-build libreadline-dev libncurses-dev
6969
7070
- name: Initialize CodeQL
71-
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
71+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
7272
with:
7373
languages: ${{ matrix.language }}
7474
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -82,6 +82,6 @@ jobs:
8282
./script/test build
8383
8484
- name: Perform CodeQL Analysis
85-
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
85+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
8686
with:
8787
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)