From 3062919a999a967ab047178bca968a2bbc59dcab Mon Sep 17 00:00:00 2001 From: Teamleader IAC <103492959+teamleader-iac[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 04:12:56 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/check-types.yaml | 2 +- .github/workflows/chromatic.yml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/lint-node.yaml | 2 +- .github/workflows/pr.yaml | 2 +- .github/workflows/reviewer-lottery.yaml | 2 +- .github/workflows/test-node.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-types.yaml b/.github/workflows/check-types.yaml index f21acbfd8..2d0cf66b9 100644 --- a/.github/workflows/check-types.yaml +++ b/.github/workflows/check-types.yaml @@ -8,7 +8,7 @@ jobs: if: ${{ !contains(github.head_ref, 'hotfix/') && !contains(github.event.head_commit.message, 'hotfix/') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Check types run: | yarn install --silent --frozen-lockfile diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index dbf7d3523..05d62602b 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -6,7 +6,7 @@ jobs: chromatic-deployment: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - uses: actions/setup-node@v3 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 198e8e9be..e562a78a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: env: production steps: - name: Check out code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set env run: cat env/${{ env.env }}/build.env >> $GITHUB_ENV - name: Configure AWS Credentials diff --git a/.github/workflows/lint-node.yaml b/.github/workflows/lint-node.yaml index f5c79a375..ec7c1f045 100644 --- a/.github/workflows/lint-node.yaml +++ b/.github/workflows/lint-node.yaml @@ -18,7 +18,7 @@ jobs: if: ${{ !contains(github.head_ref, 'hotfix/') && !contains(github.event.head_commit.message, 'hotfix/') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install Node uses: actions/setup-node@v3 with: diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index f25bfb446..69c873225 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -18,7 +18,7 @@ jobs: lint-yaml: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: yaml lint run: | yamllint -d \ diff --git a/.github/workflows/reviewer-lottery.yaml b/.github/workflows/reviewer-lottery.yaml index b53dae19d..5bbd55d88 100644 --- a/.github/workflows/reviewer-lottery.yaml +++ b/.github/workflows/reviewer-lottery.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - uses: uesteibar/reviewer-lottery@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-node.yaml b/.github/workflows/test-node.yaml index 9915a3d94..239564dd5 100644 --- a/.github/workflows/test-node.yaml +++ b/.github/workflows/test-node.yaml @@ -18,7 +18,7 @@ jobs: if: ${{ !contains(github.head_ref, 'hotfix/') && !contains(github.event.head_commit.message, 'hotfix/') }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Install Node uses: actions/setup-node@v3 with: