Skip to content

Commit

Permalink
build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 (vbpf#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 82b3347 commit ffb5d34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Initialize CodeQL
if: inputs.build_codeql == true
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3
with:
languages: 'cpp'

Expand Down Expand Up @@ -300,4 +300,4 @@ jobs:

- name: Perform CodeQL Analysis
if: inputs.build_codeql == true
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Initialize CodeQL
if: inputs.build_codeql == true
uses: github/codeql-action/init@8214744c546c1e5c8f03dde8fab3a7353211988d
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3
with:
languages: 'cpp'

Expand Down Expand Up @@ -107,4 +107,4 @@ jobs:

- name: Perform CodeQL Analysis
if: inputs.build_codeql == true
uses: github/codeql-action/analyze@8214744c546c1e5c8f03dde8fab3a7353211988d
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3

0 comments on commit ffb5d34

Please sign in to comment.