From 0e7dc01013516526478a48f225e95268e7a2783a Mon Sep 17 00:00:00 2001 From: "hashicorp-tsccr[bot]" Date: Mon, 1 Jul 2024 06:03:41 +0000 Subject: [PATCH] Result of tsccr-helper -log-level=info gha update . --- .github/workflows/actions-self-test.yml | 2 +- .github/workflows/compliance.yml | 2 +- .github/workflows/superlinter.yml | 2 +- .github/workflows/typescript.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/actions-self-test.yml b/.github/workflows/actions-self-test.yml index e3d0261..b09af02 100644 --- a/.github/workflows/actions-self-test.yml +++ b/.github/workflows/actions-self-test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup `packer` (using local GitHub Action) uses: "./" diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index a122024..ad852bf 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index 8c7eb1a..b1e04fa 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index c3514eb..c5fce3e 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 1