diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f365715..b817633 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: with: release-type: ${{ inputs.release-type }} # See https://github.com/google-github-actions/release-please-action#creating-majorminor-tags - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 if: inputs.update-major-minor-tags - name: Tag major and minor versions if: inputs.update-major-minor-tags && steps.release.outputs.release_created diff --git a/.github/workflows/semantic-check.yml b/.github/workflows/semantic-check.yml index a934072..37bbfa9 100644 --- a/.github/workflows/semantic-check.yml +++ b/.github/workflows/semantic-check.yml @@ -6,7 +6,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 0 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 diff --git a/.github/workflows/terraform-docs.yml b/.github/workflows/terraform-docs.yml index 4da4755..d521006 100644 --- a/.github/workflows/terraform-docs.yml +++ b/.github/workflows/terraform-docs.yml @@ -8,7 +8,7 @@ jobs: name: update docs steps: - name: checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: terraform-docs uses: terraform-docs/gh-actions@7a62208a0090636af2df1b739da46d27fd90bdc6 # v1.1.0 with: diff --git a/.github/workflows/terraform-quality.yml b/.github/workflows/terraform-quality.yml index 877676b..5d5d6c8 100644 --- a/.github/workflows/terraform-quality.yml +++ b/.github/workflows/terraform-quality.yml @@ -25,7 +25,7 @@ jobs: working-directory: ${{ inputs.workdir }} steps: - name: checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: tfswitch run: | wget https://raw.githubusercontent.com/warrensbox/terraform-switcher/release/install.sh @@ -59,7 +59,7 @@ jobs: working-directory: ${{ inputs.workdir }} steps: - name: checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: checkov uses: bridgecrewio/checkov-action@master with: