Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 2274ff3 commit f68b7f2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness
# renovate: datasource=github-tags depName=defenseunicorns/build-harness
BUILD_HARNESS_VERSION=1.14.12
BUILD_HARNESS_VERSION=1.15.0
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Init Docker cache
id: init-docker-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "${{ github.workspace }}/.cache/docker"
key: "docker|${{ hashFiles('.env') }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Get token
id: get_installation_token
uses: peter-murray/workflow-application-token-action@v2
uses: peter-murray/workflow-application-token-action@v3
with:
application_id: ${{ secrets.NARWHAL_BOT_APP_ID }}
application_private_key: ${{ secrets.NARWHAL_BOT_SECRET }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Init Docker cache
id: init-docker-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: "${{ github.workspace }}/.cache/docker"
key: "docker|${{ hashFiles('.env') }}"
Expand Down
26 changes: 13 additions & 13 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
adr-tools 3.0.0
# renovate: datasource=github-releases depName=rebuy-de/aws-nuke
aws-nuke 2.25.0
awscli 2.15.9
awscli 2.15.16
# renovate: datasource=git-tags depName=https://github.com/bridgecrewio/checkov.git
checkov 3.1.57
checkov 3.2.5
# renovate: datasource=github-tags depName=dagger/dagger
dagger 0.9.5
dagger 0.9.8
flux2 2.2.2
# renovate: datasource=github-tags depName=gruntwork-io/git-xargs
git-xargs 0.1.10
golang 1.21.6
golangci-lint 1.55.2
# renovate: datasource=github-tags depName=anchore/grype
grype 0.74.0
grype 0.74.4
hadolint 2.12.0
helm 3.13.3
helm 3.14.0
# renovate: datasource=github-releases depName=k3d-io/k3d
k3d 5.6.0
# renovate: datasource=github-tags depName=derailed/k9s
k9s 0.31.4
kubectl 1.29.0
k9s 0.31.7
kubectl 1.29.1
# renovate: datasource=github-tags depName=opentofu/opentofu versioning=loose
opentofu 1.6.0
opentofu 1.6.1
pre-commit 3.6.0
sops 3.8.1
# renovate: datasource=github-tags depName=anchore/syft
syft 0.100.0
syft 0.103.1
terraform 1.5.7
terraform-docs 0.17.0
tflint 0.50.1
tfsec 1.28.4
tflint 0.50.2
tfsec 1.28.5
# renovate: datasource=github-releases depName=defenseunicorns/uds-cli
uds-cli 0.5.3
uds-cli 0.7.0
# renovate: datasource=github-tags depName=mikefarah/yq
yq 4.40.5
# renovate: datasource=github-releases depName=defenseunicorns/zarf
zarf 0.32.1
zarf 0.32.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN dnf config-manager --add-repo https://download.docker.com/linux/centos/docke
# Install asdf. Get versions from https://github.com/asdf-vm/asdf/releases
# hadolint ignore=SC2016
# renovate: datasource=github-tags depName=asdf-vm/asdf
ENV ASDF_VERSION=0.13.1
ENV ASDF_VERSION=0.14.0
RUN git clone https://github.com/asdf-vm/asdf.git --branch v${ASDF_VERSION} --depth 1 "${HOME}/.asdf" \
&& echo -e '\nsource $HOME/.asdf/asdf.sh' >> "${HOME}/.bashrc" \
&& echo -e '\nsource $HOME/.asdf/asdf.sh' >> "${HOME}/.profile" \
Expand Down

0 comments on commit f68b7f2

Please sign in to comment.