Skip to content

Commit 6f3e044

Browse files
authored
Merge pull request #97 from stackitcloud/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 91ed62e + 9962753 commit 6f3e044

File tree

8 files changed

+597
-992
lines changed

8 files changed

+597
-992
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
test:
1919
strategy:
2020
matrix:
21-
go-version: [1.24.x]
21+
go-version: [1.25.x]
2222
os: [ubuntu-latest]
2323
runs-on: ${{ matrix.os }}
2424

.github/workflows/publish-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Harden Runner
17-
uses: step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
17+
uses: step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1818
with:
1919
egress-policy: audit
2020

@@ -29,7 +29,7 @@ jobs:
2929
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3030
3131
- name: Install Helm
32-
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
32+
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
3333
env:
3434
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3535

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/setup-go@v6
2929
with:
3030
go-version: stable
31-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
31+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3232
with:
3333
path: |
3434
~/.cache/go-build
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: |
3838
${{ runner.os }}-go-
3939
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
40-
- uses: anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
40+
- uses: anchore/sbom-action/download-syft@8e94d75ddd33f69f691467e42275782e4bfefe84 # v0.20.9
4141

4242
- name: Set Up Docker Buildx
4343
uses: docker/setup-buildx-action@v3

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
3131
- name: Upload SARIF file for GitHub Advanced Security Dashboard
32-
uses: github/codeql-action/upload-sarif@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
32+
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
3333
with:
3434
sarif_file: semgrep.sarif
3535
if: always()

0 commit comments

Comments
 (0)