diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 79d7d9b..ee16c13 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -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 }}" @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 19655f6..cbf201b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/.github/workflows/nightly_cleanup.yml b/.github/workflows/nightly_cleanup.yml index 8dcc63e..1fd8d44 100644 --- a/.github/workflows/nightly_cleanup.yml +++ b/.github/workflows/nightly_cleanup.yml @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4422086..70fefe1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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 diff --git a/.tool-versions b/.tool-versions index 6cddef9..b27cfec 100644 --- a/.tool-versions +++ b/.tool-versions @@ -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