Skip to content

Commit 80392ee

Browse files
authored
Merge pull request #1372 from oneapi-src/dependabot/github_actions/dot-github/workflows/actions-dependencies-25b351fe54
Bump github/codeql-action from 3.28.19 to 3.29.0 in /.github/workflows in the actions-dependencies group
2 parents cb03481 + 4d2102e commit 80392ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/reusable_codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: "3.10"
4141

4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
43+
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4444
with:
4545
languages: cpp
4646

@@ -91,4 +91,4 @@ jobs:
9191
run: cmake --build ${{env.BUILD_DIR}} --config Release -j
9292

9393
- name: Perform CodeQL Analysis
94-
uses: github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
94+
uses: github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0

.github/workflows/reusable_trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
cat trivy-results.sarif
3838
3939
- name: Upload results
40-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
40+
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
4141
with:
4242
sarif_file: 'trivy-results.sarif'

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
# Upload the results to GitHub's code scanning dashboard.
4949
- name: Upload to code-scanning
50-
uses: github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
50+
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
5151
with:
5252
sarif_file: scorecard_results.sarif

0 commit comments

Comments
 (0)