Skip to content

Commit d71c277

Browse files
chore(deps): update all-ci-dependencies (#4)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7d85056 commit d71c277

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
go-version-file: 'go.mod'
3535
- name: Run Gosec Security Scanner
36-
uses: securego/gosec@43fee884f668c23601e0bec7a8c095fba226f889 # v2.22.1
36+
uses: securego/gosec@136f6c00402b11775d4f4a45d5a21e2f6dd99db2 # v2.22.2
3737
with:
3838
args: '-no-fail -fmt sarif -out gosec.sarif ./...'
3939
- name: Upload SARIF file
@@ -58,7 +58,7 @@ jobs:
5858
value: ${{ secrets.CODECOV_TOKEN }}
5959
- name: Upload Report to Codecov
6060
if: ${{ steps.checksecret.outputs.result == 'true' }}
61-
uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
61+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
6262
with:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
slug: projectcapsule/cortex-proxy

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "Extracted version: $VERSION"
2727
echo "version=$VERSION" >> $GITHUB_OUTPUT
2828
- name: Install Cosign
29-
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
29+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
3030
- name: Publish with KO
3131
id: publish
3232
uses: peak-scale/github-actions/make-ko-publish@a441cca016861c546ab7e065277e40ce41a3eb84 # v0.2.0
@@ -50,7 +50,7 @@ jobs:
5050
id-token: write # To sign the provenance.
5151
packages: write # To upload assets to release.
5252
actions: read # To read the workflow path.
53-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
53+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
5454
with:
5555
image: ghcr.io/${{ github.repository_owner }}/cortex-proxy
5656
digest: "${{ needs.publish-images.outputs.container-digest }}"

.github/workflows/helm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
chart-digest: ${{ steps.helm_publish.outputs.digest }}
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18-
- uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
18+
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
1919
- name: "Extract Version"
2020
id: extract_version
2121
run: |
@@ -43,7 +43,7 @@ jobs:
4343
id-token: write # To sign the provenance.
4444
packages: write # To upload assets to release.
4545
actions: read # To read the workflow path.
46-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
46+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.1.0
4747
with:
4848
image: ghcr.io/${{ github.repository_owner }}/charts/cortex-proxy
4949
digest: "${{ needs.publish-helm.outputs.chart-digest }}"

.github/workflows/releaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: creekorful/goreportcard-action@1f35ced8cdac2cba28c9a2f2288a16aacfd507f9 # v1.0
2323
- uses: anchore/sbom-action/download-syft@79202aee38a39bd2039be442e58d731b63baf740
2424
- name: Install Cosign
25-
uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0
25+
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
2626
- name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
2828
with:

0 commit comments

Comments
 (0)