Skip to content

Commit 18b6283

Browse files
authored
Merge pull request #249 from parca-dev/cilium-update
cilium update
2 parents 96c49d2 + 4d15c00 commit 18b6283

13 files changed

Lines changed: 534 additions & 654 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ jobs:
2525
uses: ./.github/workflows/env
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
28+
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
2929
with:
3030
languages: go
3131

3232
- name: Build Artifact
3333
run: make
3434

3535
- name: Perform CodeQL Analysis
36-
uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
36+
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
3737
with:
3838
category: "/language:Go"
3939
timeout-minutes: 10

.github/workflows/ossf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
# Upload the results to GitHub's code scanning dashboard (optional).
4343
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
45+
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
4646
with:
4747
sarif_file: results.sarif

.github/workflows/push-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
echo "tag=$(date +%Y%m%d%H%M)" >> $GITHUB_OUTPUT
3333
- name: Build and push
34-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
34+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
3535
with:
3636
push: true
3737
file: Dockerfile

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ linters:
7979
- wastedassign
8080
- wsl
8181
- wrapcheck
82+
- prealloc # CI failure with golangci 2.10.1, worth fixing
8283
# we don't want to change code to Go 1.22+ yet
8384
- intrange
8485
- copyloopvar
@@ -87,7 +88,7 @@ linters:
8788
paths:
8889
- design-docs
8990
- doc
90-
- LICENSES
91+
- LICENSES
9192
- target
9293
- go
9394

Cargo.lock

Lines changed: 7 additions & 177 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)