Skip to content

Commit 2f6deb2

Browse files
authored
Merge pull request #141 from powerapi-ng/dependabot/github_actions/github/codeql-action-3.29.1
build(deps): bump github/codeql-action from 3.29.0 to 3.29.1
2 parents 92666d9 + 11a276e commit 2f6deb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
sudo apt-get install -y libczmq-dev libpfm4-dev libjson-c-dev libmongoc-dev
3030
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
32+
uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
3333
with:
3434
languages: ${{ matrix.language }}
3535
queries: security-and-quality
3636

3737
- name: Autobuild
38-
uses: github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
38+
uses: github/codeql-action/autobuild@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
3939

4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
41+
uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1

0 commit comments

Comments
 (0)