Skip to content

Commit

Permalink
Merge pull request #18 from controlplaneio-fluxcd/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions-f96a1633c9

Bump the actions group with 2 updates
  • Loading branch information
stefanprodan authored Feb 6, 2024
2 parents 71e9e09 + 2d4572d commit 2c7bb48
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-fips.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
VERSION=$(gh release view --json tagName -q '.tagName')
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Setup Flux
uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 #v2.2.2
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d #v2.2.3
with:
version: ${{ steps.release.outputs.version }}
- name: Setup Kubernetes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Setup Flux
uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 #v2.2.2
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d #v2.2.3
with:
version: ${{ steps.release.outputs.version }}
- name: Setup Kubernetes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Flux
uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 #v2.2.2
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d #v2.2.3
with:
version: ${{ github.ref_name }}
- name: Login to GHCR
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
notes="See the distribution [release notes](https://github.com/controlplaneio-fluxcd/distribution/blob/main/releases/release-${GITHUB_REF_NAME:0:4}.md) for more details."
gh release create ${{ github.ref_name }} --title="${title}" --notes="${notes}" --verify-tag
- name: Setup Flux
uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 #v2.2.2
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d #v2.2.3
with:
version: ${{ github.ref_name }}
- name: Login to GHCR
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/scan-controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
VERSION=$(gh release view --json tagName -q '.tagName')
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Setup Flux
uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 #v2.2.2
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d #v2.2.3
with:
version: ${{ steps.release.outputs.version }}
- name: Export images
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Scan source-controller
id: sc
continue-on-error: true
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # v0.17.0
with:
image-ref: ${{ steps.images.outputs.sc }}
format: 'table'
Expand All @@ -70,7 +70,7 @@ jobs:
- name: Scan kustomize-controller
id: kc
continue-on-error: true
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # v0.17.0
with:
image-ref: ${{ steps.images.outputs.kc }}
format: 'table'
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Scan helm-controller
id: hc
continue-on-error: true
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # v0.17.0
with:
image-ref: ${{ steps.images.outputs.hc }}
format: 'table'
Expand All @@ -98,7 +98,7 @@ jobs:
- name: Scan notification-controller
id: nc
continue-on-error: true
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # v0.17.0
with:
image-ref: ${{ steps.images.outputs.nc }}
format: 'table'
Expand All @@ -112,7 +112,7 @@ jobs:
- name: Scan image-reflector-controller
id: irc
continue-on-error: true
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # v0.17.0
with:
image-ref: ${{ steps.images.outputs.irc }}
format: 'table'
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Scan image-automation-controller
id: iac
continue-on-error: true
uses: aquasecurity/trivy-action@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca # v0.16.1
uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef # v0.17.0
with:
image-ref: ${{ steps.images.outputs.iac }}
format: 'table'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
VERSION=$(gh release view --json tagName -q '.tagName')
echo "version=${VERSION}" >> $GITHUB_OUTPUT
- name: Setup Flux
uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 #v2.2.2
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d #v2.2.3
with:
version: ${{ steps.release.outputs.version }}
- name: Enterprise images
Expand Down

0 comments on commit 2c7bb48

Please sign in to comment.