Skip to content

Commit

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

Bump github/codeql-action from 2.21.9 to 2.22.1
  • Loading branch information
elakuromi authored Oct 11, 2023
2 parents e2b9896 + c19851a commit 2453c94
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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v1
uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85 # 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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v1
uses: github/codeql-action/analyze@fdcae64e1484d349b3366718cdfef3d404390e85 # 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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v1
uses: github/codeql-action/init@fdcae64e1484d349b3366718cdfef3d404390e85 # 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@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v1
uses: github/codeql-action/analyze@fdcae64e1484d349b3366718cdfef3d404390e85 # v1

0 comments on commit 2453c94

Please sign in to comment.