Skip to content

Commit

Permalink
Merge pull request #106 from powerapi-ng/dependabot/github_actions/gi…
Browse files Browse the repository at this point in the history
…thub/codeql-action-3.28.5

build(deps): bump github/codeql-action from 3.28.4 to 3.28.5
  • Loading branch information
gfieni authored Jan 27, 2025
2 parents 88c55e8 + 8fac07b commit 09fafce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
sudo apt-get install -y libczmq-dev libpfm4-dev libjson-c-dev libmongoc-dev
- name: Initialize CodeQL
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
with:
languages: ${{ matrix.language }}
queries: security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
uses: github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5

0 comments on commit 09fafce

Please sign in to comment.