Skip to content

Commit

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

Bump github/codeql-action from 2.22.9 to 3.22.11
  • Loading branch information
elakuromi authored Dec 17, 2023
2 parents 52a833c + 311658b commit 41596ea
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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v1
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # 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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v1
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # 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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v1
uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # 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@c0d1daa7f7e14667747d73a7dbbe8c074bc8bfe2 # v1
uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v1

0 comments on commit 41596ea

Please sign in to comment.