Skip to content

Commit

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

Bump github/codeql-action from 3.25.13 to 3.25.15
  • Loading branch information
xpunk7 authored Jul 30, 2024
2 parents 9139b22 + d591466 commit d92b990
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@2d790406f505036ef40ecba973cc774a50395aac # v1
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # 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@2d790406f505036ef40ecba973cc774a50395aac # v1
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # 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@2d790406f505036ef40ecba973cc774a50395aac # v1
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # 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@2d790406f505036ef40ecba973cc774a50395aac # v1
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v1

0 comments on commit d92b990

Please sign in to comment.