From 8cc7d4bcc58ff5f0fac780d94a92cad5b07aa9bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:06:59 +0000 Subject: [PATCH] ci(deps): update github actions --- .github/workflows/linter.yml | 2 +- .github/workflows/pr-lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update-release-branch.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a2e0c82..ec89f61 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest if: needs.find-changes.outputs.workflow == 'true' container: - image: rhysd/actionlint:1.7.1 + image: rhysd/actionlint:1.7.2 options: --cpus 1 --user root steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 diff --git a/.github/workflows/pr-lint.yml b/.github/workflows/pr-lint.yml index 82fd2c5..3244f25 100644 --- a/.github/workflows/pr-lint.yml +++ b/.github/workflows/pr-lint.yml @@ -18,7 +18,7 @@ jobs: name: Validate PR title runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1 + - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 id: app-token with: app-id: ${{ vars.GET_TOKEN_APP_ID }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c71252d..3e68490 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version: "lts/*" diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index c2bffd5..a06730d 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Generate TF docs - uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # v1.2.0 + uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0 with: find-dir: . git-commit-message: "docs: update Terraform docs"