diff --git a/.github/workflows/opentofu-checks.yml b/.github/workflows/opentofu-checks.yml index 373b983..b4cb714 100644 --- a/.github/workflows/opentofu-checks.yml +++ b/.github/workflows/opentofu-checks.yml @@ -10,7 +10,7 @@ jobs: - uses: opentofu/setup-opentofu@e95ccdd20623115bfd7d47df14a3250d6066a9d0 # v1.0.7 with: tofu_version: 1.11.2 # renovate: datasource=github-releases depName=opentofu/opentofu packageName=opentofu/opentofu - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: show-progress: false - name: Apply terraform fmt and find unformatted files diff --git a/.github/workflows/renovate-config.yml b/.github/workflows/renovate-config.yml index 05b4361..86ffc8d 100644 --- a/.github/workflows/renovate-config.yml +++ b/.github/workflows/renovate-config.yml @@ -18,7 +18,7 @@ jobs: options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: show-progress: false - name: testing ${{ matrix.file }} diff --git a/.github/workflows/shell-checks.yml b/.github/workflows/shell-checks.yml index c7b8810..46f2fd8 100644 --- a/.github/workflows/shell-checks.yml +++ b/.github/workflows/shell-checks.yml @@ -5,7 +5,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: show-progress: false - name: Test with shellcheck @@ -15,7 +15,7 @@ jobs: shfmt: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: show-progress: false - name: Apply shfmt and find unformatted files diff --git a/.github/workflows/terraform-checks.yml b/.github/workflows/terraform-checks.yml index a527aa6..775a705 100644 --- a/.github/workflows/terraform-checks.yml +++ b/.github/workflows/terraform-checks.yml @@ -8,7 +8,7 @@ jobs: - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: 1.14.3 # renovate: datasource=github-releases depName=hashicorp/terraform packageName=hashicorp/terraform - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: show-progress: false - name: Apply terraform fmt and find unformatted files diff --git a/.github/workflows/yaml-checks.yml b/.github/workflows/yaml-checks.yml index 9dda3dd..38203f0 100644 --- a/.github/workflows/yaml-checks.yml +++ b/.github/workflows/yaml-checks.yml @@ -5,7 +5,7 @@ jobs: yq-pretty: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: show-progress: false - name: Apply yq --prettyPrint and find unformatted files