Skip to content

Commit c634243

Browse files
chore(deps): update github-actions non-major dependencies (minor) (#18098)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7da0b40 commit c634243

17 files changed

+36
-36
lines changed

.github/workflows/deploy-lhci-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: az acr login --name ${{ env.REGISTRY_NAME }}
5454

5555
- name: flux install
56-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
56+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
5757

5858
- name: docker build
5959
run: docker build -t ${{ env.IMAGE_REPO }} -f Dockerfile .
@@ -101,7 +101,7 @@ jobs:
101101
run: az acr login --name ${{ env.REGISTRY_NAME }}
102102

103103
- name: flux install
104-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
104+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
105105

106106
- name: tag artifact
107107
run: |

.github/workflows/deploy-runtime-apps-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: az acr login --name ${{ env.REGISTRY_NAME }}
5555

5656
- name: flux install
57-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
57+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
5858

5959
- name: push artifact
6060
run: |
@@ -85,7 +85,7 @@ jobs:
8585
run: az acr login --name altinncr
8686

8787
- name: flux install
88-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
88+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
8989

9090
- name: tag artifact
9191
run: |

.github/workflows/deploy-runtime-flux-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: az acr login --name ${{ env.REGISTRY_NAME }}
5555

5656
- name: flux install
57-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
57+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
5858

5959
- name: push artifact
6060
working-directory: infra/runtime/flux-config
@@ -86,7 +86,7 @@ jobs:
8686
run: az acr login --name altinncr
8787

8888
- name: flux install
89-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
89+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
9090

9191
- name: tag artifact
9292
run: |

.github/workflows/deploy-runtime-gateway.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
run: az acr login --name ${{ env.REGISTRY_NAME }}
5959

6060
- name: flux install
61-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
61+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
6262

6363
- name: docker build
6464
working-directory: src
6565
run: docker build -t ${{ env.IMAGE_REPO }} -f Runtime/gateway/Dockerfile .
6666

6767
- name: scan image
68-
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
68+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
6969
with:
7070
image-ref: '${{ env.IMAGE_REPO }}'
7171
format: 'table'
@@ -115,7 +115,7 @@ jobs:
115115
run: az acr login --name altinncr
116116

117117
- name: flux install
118-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
118+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
119119

120120
- name: tag artifact
121121
run: |

.github/workflows/deploy-runtime-grafana-manifests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: az acr login --name ${{ env.REGISTRY_NAME }}
5656

5757
- name: flux install
58-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
58+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
5959

6060
- name: push artifact
6161
working-directory: infra/runtime/grafana-manifests
@@ -87,7 +87,7 @@ jobs:
8787
run: az acr login --name altinncr
8888

8989
- name: flux install
90-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
90+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
9191

9292
- name: tag artifact
9393
run: |

.github/workflows/deploy-runtime-kubernetes-wrapper.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
9292

9393
- name: Setup Flux CLI
94-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
94+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
9595

9696
- name: Patch base with image tag
9797
working-directory: src/Runtime/kubernetes-wrapper/infra/kustomize
@@ -144,7 +144,7 @@ jobs:
144144
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
145145

146146
- name: Setup Flux CLI
147-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
147+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
148148

149149
- name: Tag config artifact for studio environment
150150
run: |
@@ -169,7 +169,7 @@ jobs:
169169
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
170170

171171
- name: Setup Flux CLI
172-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
172+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
173173

174174
- name: Tag config artifact for runtime ring
175175
run: |

.github/workflows/deploy-runtime-localtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: docker build --platform linux/amd64,linux/arm64 -t ${{ steps.vars.outputs.image }} .
5656

5757
- name: Scan image
58-
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
58+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
5959
with:
6060
image-ref: '${{ steps.vars.outputs.image }}'
6161
format: 'table'

.github/workflows/deploy-runtime-observability.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: az acr login --name ${{ env.REGISTRY_NAME }}
5656

5757
- name: flux install
58-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
58+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
5959

6060
- name: build manifests
6161
run: ./build.sh runtime
@@ -89,7 +89,7 @@ jobs:
8989
run: az acr login --name altinncr
9090

9191
- name: flux install
92-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
92+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
9393

9494
- name: tag artifact
9595
run: |

.github/workflows/deploy-runtime-operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ jobs:
8686
run: az acr login --name ${{ steps.vars.outputs.registry-name }}
8787

8888
- name: flux install
89-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
89+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
9090

9191
- name: docker build
9292
run: docker build --platform linux/amd64,linux/arm64 -t ${{ steps.vars.outputs.ghcr-image-repo }} -f Dockerfile .
9393

9494
- name: scan image - proxy
95-
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
95+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
9696
with:
9797
image-ref: '${{ steps.vars.outputs.ghcr-image-repo }}'
9898
format: 'table'
@@ -148,7 +148,7 @@ jobs:
148148
run: az acr login --name altinncr
149149

150150
- name: flux install
151-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
151+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
152152

153153
- name: tag artifact
154154
run: |

.github/workflows/deploy-runtime-pdf3.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
run: az acr login --name ${{ steps.vars.outputs.registry-name }}
8989

9090
- name: flux install
91-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
91+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
9292

9393
- name: docker build
9494
run: |
@@ -101,7 +101,7 @@ jobs:
101101
wait $WORKER_PID
102102
103103
- name: scan image - proxy
104-
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
104+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
105105
with:
106106
image-ref: '${{ steps.vars.outputs.ghcr-image-proxy-repo }}'
107107
format: 'table'
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: scan image - worker
114114
if: success() || failure()
115-
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # 0.34.2
115+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # 0.35.0
116116
with:
117117
image-ref: '${{ steps.vars.outputs.ghcr-image-worker-repo }}'
118118
format: 'table'
@@ -178,7 +178,7 @@ jobs:
178178
run: az acr login --name altinncr
179179

180180
- name: flux install
181-
uses: fluxcd/flux2/action@8454b02a32e48d775b9f563cb51fdcb1787b5b93 # v2.7.5
181+
uses: fluxcd/flux2/action@bfa461ed2153ae5e0cca6bce08e0845268fb3088 # v2.8.2
182182

183183
- name: tag artifact
184184
run: |

0 commit comments

Comments
 (0)