Skip to content

Commit 8a7ce2c

Browse files
authored
Merge pull request #2482 from eclipse-ditto/dependabot/github_actions/github-actions-d00a82affa
ci(deps): bump the github-actions group with 4 updates
2 parents 7da966e + d320155 commit 8a7ce2c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/helm-chart-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Set up Helm
42-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
42+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
4343
with:
4444
version: ${{ env.VERSION_HELM }}
4545

.github/workflows/helm-chart.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
fetch-depth: 0
4444
persist-credentials: false
4545
- name: Set up Helm
46-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
46+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
4747
with:
4848
version: ${{ env.VERSION_HELM }}
49-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
49+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5050
with:
5151
python-version: ${{ env.VERSION_PYTHON }}
5252
check-latest: true
@@ -96,7 +96,7 @@ jobs:
9696
- name: Fetch history for chart testing
9797
run: git fetch --prune --unshallow
9898
- name: Set up Helm
99-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
99+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
100100
with:
101101
version: ${{ env.VERSION_HELM }}
102102
- name: Run kubeval
@@ -132,10 +132,10 @@ jobs:
132132
- name: Fetch history for chart testing
133133
run: git fetch --prune --unshallow
134134
- name: Set up Helm
135-
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
135+
uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1
136136
with:
137137
version: ${{ env.VERSION_HELM }}
138-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
138+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
139139
with:
140140
python-version: ${{ env.VERSION_PYTHON }}
141141
check-latest: true

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
persist-credentials: false
4747

4848
- name: Set up JDK 25
49-
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
49+
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
5050
with:
5151
distribution: 'temurin'
5252
java-version: 25

.github/workflows/system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
persist-credentials: false
127127

128128
- name: Set up JDK 25
129-
uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
129+
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
130130
with:
131131
distribution: 'temurin'
132132
cache: 'maven'

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
# If new findings appear from legitimate workflow changes, fix them or
4949
# add a scoped `# zizmor: ignore[<rule>]` comment with justification.
5050
- name: Run zizmor
51-
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
51+
uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7

0 commit comments

Comments
 (0)