Skip to content

Commit

Permalink
Merge pull request #762 from exohood/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…/codeql-action-3.27.5

Bump github/codeql-action from 3.27.4 to 3.27.5
  • Loading branch information
elakuromi authored Nov 26, 2024
2 parents 8f079f2 + 4bd0ef9 commit 3377208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v1
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v1
# Override language selection by uncommenting this and choosing your languages
with:
languages: cpp
Expand All @@ -50,4 +50,4 @@ jobs:
run: |
git clean -xdf
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v1
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v1
4 changes: 2 additions & 2 deletions .github/workflows/codeql-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v1
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v1
# Override language selection by uncommenting this and choosing your languages
with:
languages: cpp
Expand All @@ -60,4 +60,4 @@ jobs:
git clean -xdf
- name: Perform CodeQL Analysis
if: env.BUILD_TARGETS != ''
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v1
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v1

0 comments on commit 3377208

Please sign in to comment.