Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit bcce53f

Browse files
chore(deps): pin dependencies
1 parent 508d848 commit bcce53f

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1313
with:
1414
fetch-depth: 0
1515
- name: Configure Git
1616
run: |
1717
git config user.name "$GITHUB_ACTOR"
1818
git config user.email "[email protected]"
1919
- name: Run chart-releaser
20-
uses: helm/[email protected]
20+
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
2121
env:
2222
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:

.github/workflows/renovate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Setup Node.js
10-
uses: actions/setup-node@v4
10+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
1111
with:
1212
node-version: 22
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1414
- name: Run renovate-config-validator
1515
run: npx --yes --package renovate -- renovate-config-validator

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1111
with:
1212
fetch-depth: 0
1313
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
1414
with:
1515
version: v3.17.0
16-
- uses: actions/[email protected]
16+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
1717
with:
1818
python-version: '3.x'
1919
check-latest: true
20-
- uses: helm/[email protected]
20+
- uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
2121
- name: Install chart dependencies
2222
run: |
2323
cd "$CHART_PATH"

charts/docker-mailserver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ filter:
10691069
image:
10701070
registry: docker.io
10711071
repository: mvance/unbound
1072-
tag: 1.22.0
1072+
tag: 1.22.0@sha256:76906da36d1806f3387338f15dcf8b357c51ce6897fb6450d6ce010460927e90
10731073
digest: ''
10741074
pullPolicy: IfNotPresent
10751075
pullSecrets: []
@@ -2121,7 +2121,7 @@ redis:
21212121
image:
21222122
registry: docker.io
21232123
repository: bitnami/redis
2124-
tag: 7.4.3-debian-12-r0
2124+
tag: 7.4.3-debian-12-r0@sha256:a25b5d07a14ec13730022c7cd9bab6308d55ccd86b74af7315553c17be884889
21252125
digest: ''
21262126
## Specify a imagePullPolicy
21272127
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

0 commit comments

Comments
 (0)