Skip to content

Commit 471d027

Browse files
dependabot[bot]gcabiddu
authored andcommitted
CI: Bump the github-actions group with 2 updates
Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) Updates `github/codeql-action` from 4.31.2 to 4.31.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.31.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Ahsan Atta <ahsan.atta@intel.com>
1 parent 697821e commit 471d027

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525

2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
28+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2929
with:
3030
check-latest: true
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee
34+
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
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@0499de31b99561a6d14a36a5f662c2a54f91beee
52+
uses: github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b
5353
with:
5454
category: "/language:${{matrix.language}}"

.github/workflows/linux_build_gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: sudo apt install -y automake libtool pkg-config libssl-dev libz-dev nasm libnuma-dev autoconf-archive
1919

2020
- name: Checkout repository
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
21+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2222
with:
2323
repository: intel/qatlib
2424
check-latest: true

.github/workflows/scorecards.yml

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

1717
steps:
1818
- name: "Checkout code"
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
2020
with:
2121
persist-credentials: false
2222
check-latest: true
@@ -36,6 +36,6 @@ jobs:
3636
retention-days: 5
3737

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

0 commit comments

Comments
 (0)