Skip to content

Commit fa20a3c

Browse files
authored
Merge pull request #210 from microsoft/dependabot/github_actions/codeql-action-f545b4e0f6
build(deps): bump the codeql-action group with 3 updates
2 parents 9c35824 + 92d2de6 commit fa20a3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ jobs:
2727

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
30+
uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
3131
with:
3232
languages: go
3333

3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
35+
uses: github/codeql-action/autobuild@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
3636

3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9
38+
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0
3939
with:
4040
category: /language:go

0 commit comments

Comments
 (0)