Skip to content

Commit fd83079

Browse files
Merge branch 'projectcapsule:main' into main
2 parents 8c03103 + a783bd6 commit fd83079

11 files changed

+21
-21
lines changed

.github/actions/setup-caches/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ inputs:
99
runs:
1010
using: composite
1111
steps:
12-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
12+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
1313
with:
1414
path: ~/go/pkg/mod
1515
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('**/go.sum') }}-${{ hashFiles('Makefile') }}
16-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
16+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
1717
if: ${{ inputs.build-cache-key }}
1818
with:
1919
path: ~/.cache/go-build

.github/workflows/check-actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1919
- name: Ensure SHA pinned actions
20-
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@6eb1abde32fed00453b0d03497f4ba4fecba146d # v3.0.21
20+
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633 # v3.0.22
2121
with:
2222
# slsa-github-generator requires using a semver tag for reusable workflows.
2323
# See: https://github.com/slsa-framework/slsa-github-generator#referencing-slsa-builders-and-generators

.github/workflows/coverage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ jobs:
5252
with:
5353
go-version-file: 'go.mod'
5454
- name: Run Gosec Security Scanner
55-
uses: securego/gosec@e0cca6fe95306b7e7790d6f1bf6a7bec6d622459 # v2.22.0
55+
uses: securego/gosec@43fee884f668c23601e0bec7a8c095fba226f889 # v2.22.1
5656
with:
5757
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
5858
- name: Upload SARIF file
59-
uses: github/codeql-action/upload-sarif@0a35e8f6866a39b001e5f7ad1d0daf9836786896
59+
uses: github/codeql-action/upload-sarif@80f993039571a6de66594ecaa432875a6942e8e0
6060
with:
6161
sarif_file: gosec.sarif
6262
unit_tests:
@@ -77,7 +77,7 @@ jobs:
7777
value: ${{ secrets.CODECOV_TOKEN }}
7878
- name: Upload Report to Codecov
7979
if: ${{ steps.checksecret.outputs.result == 'true' }}
80-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
80+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
8181
with:
8282
token: ${{ secrets.CODECOV_TOKEN }}
8383
slug: projectcapsule/capsule

.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
# See: https://github.com/aquasecurity/trivy-action/issues/389#issuecomment-2385416577
4141
TRIVY_DB_REPOSITORY: 'public.ecr.aws/aquasecurity/trivy-db:2'
4242
- name: Upload Trivy scan results to GitHub Security tab
43-
uses: github/codeql-action/upload-sarif@0a35e8f6866a39b001e5f7ad1d0daf9836786896
43+
uses: github/codeql-action/upload-sarif@80f993039571a6de66594ecaa432875a6942e8e0
4444
with:
4545
sarif_file: 'trivy-results.sarif'

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
output: 'trivy-results.sarif'
3737
severity: 'CRITICAL,HIGH'
3838
- name: Install Cosign
39-
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
39+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
4040
- name: Publish Capsule
4141
id: publish-capsule
4242
uses: peak-scale/github-actions/make-ko-publish@a441cca016861c546ab7e065277e40ce41a3eb84 # v0.2.0
@@ -60,7 +60,7 @@ jobs:
6060
id-token: write # To sign the provenance.
6161
packages: write # To upload assets to release.
6262
actions: read # To read the workflow path.
63-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
63+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
6464
with:
6565
image: ghcr.io/${{ github.repository_owner }}/capsule
6666
digest: "${{ needs.publish-images.outputs.capsule-digest }}"

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: build seccomp profile
4242
run: make seccomp
4343
- name: upload artifact
44-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
44+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4545
with:
4646
name: capsule-seccomp
4747
path: capsule-seccomp.json

.github/workflows/helm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
chart-digest: ${{ steps.helm_publish.outputs.digest }}
4747
steps:
4848
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
49-
- uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
49+
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
5050
- name: "Extract Version"
5151
id: extract_version
5252
run: |
@@ -73,7 +73,7 @@ jobs:
7373
id-token: write # To sign the provenance.
7474
packages: write # To upload assets to release.
7575
actions: read # To read the workflow path.
76-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
76+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
7777
with:
7878
image: ghcr.io/${{ github.repository_owner }}/charts/capsule
7979
digest: "${{ needs.publish-helm-oci.outputs.chart-digest }}"

.github/workflows/releaser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: build seccomp profile
4040
run: make seccomp
4141
- name: upload artifact
42-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
42+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
4343
with:
4444
name: capsule-seccomp
4545
path: capsule-seccomp.json
@@ -66,9 +66,9 @@ jobs:
6666
- uses: creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0
6767
- uses: anchore/sbom-action/download-syft@79202aee38a39bd2039be442e58d731b63baf740
6868
- name: Install Cosign
69-
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
69+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
7070
- name: download artifact
71-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
71+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
7272
with:
7373
name: capsule-seccomp
7474
path: ./capsule-seccomp.json

.github/workflows/scorecard.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ jobs:
2424
with:
2525
persist-credentials: false
2626
- name: Run analysis
27-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
27+
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
2828
with:
2929
results_file: results.sarif
3030
results_format: sarif
3131
repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
3232
publish_results: true
3333
- name: Upload artifact
34-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
34+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3535
with:
3636
name: SARIF file
3737
path: results.sarif
3838
retention-days: 5
3939
- name: Upload to code-scanning
40-
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
40+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
4141
with:
4242
sarif_file: results.sarif

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
3-
rev: v9.20.0
3+
rev: v9.21.0
44
hooks:
55
- id: commitlint
66
stages: [commit-msg]

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ ct:
343343
$(call go-install-tool,$(CT),github.com/$(CT_LOOKUP)/v3/ct@$(CT_VERSION))
344344

345345
KIND := $(LOCALBIN)/kind
346-
KIND_VERSION := v0.26.0
346+
KIND_VERSION := v0.27.0
347347
KIND_LOOKUP := kubernetes-sigs/kind
348348
kind:
349349
@test -s $(KIND) && $(KIND) --version | grep -q $(KIND_VERSION) || \
@@ -357,7 +357,7 @@ ko:
357357
$(call go-install-tool,$(KO),github.com/$(KO_LOOKUP)@$(KO_VERSION))
358358

359359
GOLANGCI_LINT := $(LOCALBIN)/golangci-lint
360-
GOLANGCI_LINT_VERSION := v1.64.4
360+
GOLANGCI_LINT_VERSION := v1.64.5
361361
GOLANGCI_LINT_LOOKUP := golangci/golangci-lint
362362
golangci-lint: ## Download golangci-lint locally if necessary.
363363
@test -s $(GOLANGCI_LINT) && $(GOLANGCI_LINT) -h | grep -q $(GOLANGCI_LINT_VERSION) || \

0 commit comments

Comments
 (0)