Skip to content

Commit

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

Bump github/codeql-action from 2.22.3 to 2.22.4
  • Loading branch information
elakuromi authored Oct 23, 2023
2 parents f68228b + 381af24 commit e6ddc44
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@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v1
uses: github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80 # 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@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v1
uses: github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # 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@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v1
uses: github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80 # 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@0116bc2df50751f9724a2e35ef1f24d22f90e4e1 # v1
uses: github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # v1

0 comments on commit e6ddc44

Please sign in to comment.