Skip to content

Commit

Permalink
chore(deps): update mono-update-renovate
Browse files Browse the repository at this point in the history
| datasource      | package                            | from    | to      |
| --------------- | ---------------------------------- | ------- | ------- |
| github-tags     | actions/cache                      | v3      | v4      |
| github-tags     | aws/aws-cli                        | 2.15.42 | 2.15.58 |
| github-tags     | eksctl-io/eksctl                   | 0.177.0 | 0.179.0 |
| github-tags     | golang/go                          | 1.22.2  | 1.22.3  |
| github-tags     | gruntwork-io/cloud-nuke            | v0.35.0 | v0.36.0 |
| github-releases | casey/just                         | 1.25.2  | 1.27.0  |
| github-releases | opentofu/opentofu                  | 1.6.2   | 1.7.1   |
| github-tags     | peter-evans/create-issue-from-file | v4      | v5      |
| github-tags     | pre-commit/pre-commit              | 3.7.0   | 3.7.1   |
| github-releases | hashicorp/terraform                | 1.8.2   | 1.8.4   |
| github-tags     | terraform-linters/tflint           | 0.50.3  | 0.51.1  |
| github-tags     | aquasecurity/tfsec                 | 1.28.5  | 1.28.6  |
  • Loading branch information
renovate[bot] authored May 27, 2024
1 parent 698783e commit 3b4e724
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
name: links-check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Get Current Timestamp
id: timestamp
run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV"

- name: Restore lychee cache
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: .lycheecache
key: "cache-lychee-${{ env.TIMESTAMP }}"
Expand All @@ -33,7 +33,7 @@ jobs:

- name: Create Issue From File
if: ${{ github.event_name == 'schedule' && env.lychee_exit_code != 0 }}
uses: peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f # v4
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5
with:
title: Link Checker Report
content-filepath: ./lychee/out.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: Install tooling using asdf
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ env:
AWS_REGION: "eu-west-2"
CLEANUP_NEWER_THAN: "6h"
# renovate: datasource=github-tags depName=gruntwork-io/cloud-nuke
CLOUD_NUKE_VERSION: v0.35.0
CLOUD_NUKE_VERSION: v0.36.0

jobs:
aws-nightly-cleanup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Import Secrets
id: secrets
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cluster_id: ${{ steps.short_git_sha.outputs.short_git_sha }}
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
test_function: ${{ fromJson(needs.configure-tests.outputs.test_functions) }}
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Install tooling using asdf
uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3
Expand Down
18 changes: 9 additions & 9 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
# check it with
# diff <(sed '/^#/d; /^$/d' .tool-versions | sort) <(sed '/^#/d; /^$/d' .tool-versions) && echo ".tool-versions is sorted correctly" || echo ".tool-versions is not sorted correctly"

awscli 2.15.42
awscli 2.15.58

# renovate: datasource=github-tags depName=eksctl-io/eksctl
eksctl 0.177.0
eksctl 0.179.0

golang 1.22.2
golang 1.22.3

just 1.25.2
just 1.27.0

opentofu 1.6.2
opentofu 1.7.1

pre-commit 3.7.0
pre-commit 3.7.1

terraform 1.8.2
terraform 1.8.4

terraform-docs 0.17.0

tflint 0.50.3
tflint 0.51.1

tfsec 1.28.5
tfsec 1.28.6

0 comments on commit 3b4e724

Please sign in to comment.