Skip to content

Commit b2b6add

Browse files
dependabot[bot]Ahsan-Atta
authored andcommitted
CI: Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `github/codeql-action` from 4.31.7 to 4.31.8 - [Release notes](https://github.com/github/codeql-action/releases) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Ahsan Atta <ahsan.atta@intel.com>
1 parent 37c92d6 commit b2b6add

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412
34+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e
3535
with:
3636
languages: ${{ matrix.language }}
3737

@@ -49,6 +49,6 @@ jobs:
4949
run: make -j
5050

5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412
52+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e
5353
with:
5454
category: "/language:${{matrix.language}}"

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
publish_results: true
3030

3131
- name: "Upload artifact"
32-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
32+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f
3333
with:
3434
name: SARIF file
3535
path: results.sarif
3636
retention-days: 5
3737

3838
- name: "Upload to code-scanning"
39-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412
39+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e
4040
with:
4141
sarif_file: results.sarif

0 commit comments

Comments
 (0)