diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 95f5f93..02aef3e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: steps: - name: gather-system-info id: system-info - uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0 + uses: kenchan0130/actions-system-info@bc4d96a0885af9f87e23f018f87c86d800e334d9 # version: v1.4.0 continue-on-error: true - name: print-system-info run: | @@ -55,13 +55,13 @@ jobs: done continue-on-error: true - name: checkout - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1 + uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # version: v6.0.1 - name: Unshallow run: | git fetch --prune --unshallow - name: Set up Docker Buildx id: setup-buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0 + uses: docker/setup-buildx-action@7c525be6cc8a882d5163ce04293cac18617c709f # version: v3.12.0 with: driver: remote endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 @@ -71,7 +71,7 @@ jobs: make - name: login-to-registry if: github.event_name != 'pull_request' - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0 + uses: docker/login-action@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a # version: v3.6.0 with: password: ${{ secrets.GITHUB_TOKEN }} registry: ghcr.io diff --git a/.github/workflows/slack-notify-ci-failure.yaml b/.github/workflows/slack-notify-ci-failure.yaml index b408108..1227bd4 100644 --- a/.github/workflows/slack-notify-ci-failure.yaml +++ b/.github/workflows/slack-notify-ci-failure.yaml @@ -18,7 +18,7 @@ jobs: if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request' steps: - name: Slack Notify - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1 + uses: slackapi/slack-github-action@951edf9124e4398ca515b2187d172ed783b3a3d5 # version: v2.1.1 with: method: chat.postMessage payload: | diff --git a/.github/workflows/slack-notify.yaml b/.github/workflows/slack-notify.yaml index 9899228..abf05ba 100644 --- a/.github/workflows/slack-notify.yaml +++ b/.github/workflows/slack-notify.yaml @@ -23,7 +23,7 @@ jobs: run: | echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT - name: Slack Notify - uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1 + uses: slackapi/slack-github-action@951edf9124e4398ca515b2187d172ed783b3a3d5 # version: v2.1.1 with: method: chat.postMessage payload: | diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f39c79e..7b240b4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,7 +15,7 @@ jobs: - ubuntu-latest steps: - name: Close stale issues and PRs - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1 + uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # version: v10.1.1 with: close-issue-message: This issue was closed because it has been stalled for 7 days with no activity. days-before-issue-close: "5" diff --git a/Dockerfile b/Dockerfile index d196a2d..1099d33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG BUILDX_VERSION=0.30.1 # renovate: datasource=github-releases depName=kubernetes/kubernetes ARG KUBECTL_VERSION=v1.35.0 # renovate: datasource=github-releases depName=helm/helm -ARG HELM_VERSION=v4.1.0 +ARG HELM_VERSION=v4.1.1 RUN apt update -y && apt install curl git unzip -y @@ -63,11 +63,11 @@ ARG TARGETARCH # renovate: datasource=github-releases depName=google/go-containerregistry ARG CRANE_VERSION=v0.20.7 # renovate: datasource=github-releases depName=mikefarah/yq -ARG YQ_VERSION=v4.50.1 +ARG YQ_VERSION=v4.52.2 # renovate: datasource=github-releases depName=getsops/sops ARG SOPS_VERSION=v3.11.0 # renovate: datasource=github-tags depName=aws/aws-cli -ARG AWSCLI_VERSION=2.33.4 +ARG AWSCLI_VERSION=2.33.18 # renovate: datasource=github-releases depName=kubernetes-sigs/krew ARG KREW_VERSION=v0.4.5