diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index d16835ff..f6afe078 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -56,14 +56,14 @@ jobs: - name: Lint Terraform run: make lint - name: Setup Kubernetes - uses: helm/kind-action@dda0770415bac9fc20092cacbc54aa298604d140 # v1.8.0 + uses: helm/kind-action@99576bfa6ddf9a8e612d83b513da5a75875caced # v1.9.0 with: version: v0.17.0 # The versions below should target the newest Kubernetes version # Keep this up-to-date with https://endoflife.date/kubernetes node_image: kindest/node:v1.28.0@sha256:9f3ff58f19dcf1a0611d11e8ac989fdb30a28f40f236f59f0bea31fb956ccf5c - name: Setup Flux CLI - uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 # v2.2.2 + uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3 - name: Apply Terraform env: GOOS: linux @@ -92,7 +92,7 @@ jobs: **/go.sum **/go.mod - name: Setup Flux CLI - uses: fluxcd/flux2/action@5c5c15ea212b8f029a110f9975851d25c8272695 # v2.2.2 + uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3 - name: Set outputs id: vars run: | diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 0888da13..7706e5d8 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -44,7 +44,7 @@ jobs: echo "pr_title=$PR_TITLE" >> $GITHUB_OUTPUT - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0 with: token: ${{ secrets.BOT_GITHUB_TOKEN }} commit-message: |