Skip to content

Commit 37c92d6

Browse files
dependabot[bot]gcabiddu
authored andcommitted
CI: Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: - [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [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.5 to 4.31.7 - [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.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ahsan Atta <[email protected]>
1 parent c0d07df commit 37c92d6

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
28+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2929
with:
3030
check-latest: true
3131

3232
# Initializes the CodeQL tools for scanning.
3333
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2
34+
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412
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@fdbfb4d2750291e159f0156def62b853c2798ca2
52+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
21+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
19+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
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@fdbfb4d2750291e159f0156def62b853c2798ca2
39+
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412
4040
with:
4141
sarif_file: results.sarif

0 commit comments

Comments
 (0)