Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@75f07e7ab2ee63cba88752d8c696324e4df67466
uses: github/codeql-action/init@7502d6e991ca767d2db617bfd823a1ed925a0d59
# Override language selection by uncommenting this and choosing your languages
with:
languages: cpp
Expand All @@ -53,4 +53,4 @@ jobs:
git clean -xdf

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@75f07e7ab2ee63cba88752d8c696324e4df67466
uses: github/codeql-action/analyze@7502d6e991ca767d2db617bfd823a1ed925a0d59
4 changes: 2 additions & 2 deletions .github/workflows/codeql-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@75f07e7ab2ee63cba88752d8c696324e4df67466
uses: github/codeql-action/init@7502d6e991ca767d2db617bfd823a1ed925a0d59
# Override language selection by uncommenting this and choosing your languages
with:
languages: cpp
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:

- name: Perform CodeQL Analysis
if: env.BUILD_TARGETS != ''
uses: github/codeql-action/analyze@75f07e7ab2ee63cba88752d8c696324e4df67466
uses: github/codeql-action/analyze@7502d6e991ca767d2db617bfd823a1ed925a0d59