Skip to content

Commit ce47954

Browse files
Merge pull request #1288 from oneapi-src/dependabot/github_actions/dot-github/workflows/actions-dependencies-ddc17de700
Bump the actions-dependencies group across 1 directory with 3 updates
2 parents ef86294 + b960f97 commit ce47954

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/reusable_codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Setup newer Python
38-
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
38+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
3939
with:
4040
python-version: "3.10"
4141

4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
43+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
94+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16

.github/workflows/reusable_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install -y lcov
3333
3434
- name: Download all coverage artifacts
35-
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
35+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
3636
with:
3737
pattern: exports-coverage-*
3838
path: coverage

.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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
40+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
50+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
5151
with:
5252
sarif_file: scorecard_results.sarif

0 commit comments

Comments
 (0)