Skip to content

Commit bbcf7a8

Browse files
Merge pull request #54 from Mellanox/main
chore: sync release branch from master
2 parents 1431123 + 0392db6 commit bbcf7a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v5
2424
- name: Initialize CodeQL
25-
uses: github/codeql-action/init@v3
25+
uses: github/codeql-action/init@v4
2626
with:
2727
languages: ${{ matrix.language }}
2828
queries: +security-and-quality
2929
- name: Autobuild
30-
uses: github/codeql-action/autobuild@v3
30+
uses: github/codeql-action/autobuild@v4
3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/analyze@v3
32+
uses: github/codeql-action/analyze@v4
3333
with:
3434
category: "/language:${{ matrix.language }}"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN task build
3737

3838
# Use distroless as minimal base image to package the manager binary
3939
# Refer to https://github.com/GoogleContainerTools/distroless for more details
40-
FROM nvcr.io/nvidia/distroless/go:v3.1.13
40+
FROM nvcr.io/nvidia/distroless/go:v3.2.0
4141
WORKDIR /
4242
COPY --from=builder /workspace/build/nic-feature-discovery .
4343
COPY . /src

0 commit comments

Comments
 (0)