Skip to content

Commit a783bd6

Browse files
chore(deps): update all-ci-updates (#1385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35f1167 commit a783bd6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
16+
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
1717
if: ${{ inputs.build-cache-key }}
1818
with:
1919
path: ~/.cache/go-build

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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-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

0 commit comments

Comments
 (0)