From 2175ba4bd5cc14045b2dd999260459011bf9a096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 08:19:17 +0000 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=F0=9F=91=B7=20Update=20actions/che?= =?UTF-8?q?ckout=20requirement=20to=20692973e3d937129bcbf40652eb9f2f61becf?= =?UTF-8?q?3332?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [actions/checkout](https://github.com/actions/checkout) to permit the latest version. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/commits/692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/Semgrep.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-storybook-v6.yml | 2 +- .github/workflows/test-storybook-v7.yml | 2 +- .github/workflows/test-storybook-v8.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Semgrep.yml b/.github/workflows/Semgrep.yml index 09fc0df4..2634c3e3 100644 --- a/.github/workflows/Semgrep.yml +++ b/.github/workflows/Semgrep.yml @@ -34,7 +34,7 @@ jobs: steps: # Fetch project source with GitHub Actions Checkout. - - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f # v4.5.4 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.5.4 # Run the "semgrep ci" command on the command line of the docker image. - run: semgrep ci --sarif --output=semgrep.sarif env: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ebcfb250..52e04ddb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 41b91312..d1dbf262 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/.github/workflows/test-storybook-v6.yml b/.github/workflows/test-storybook-v6.yml index 849e2cdd..f17ef555 100644 --- a/.github/workflows/test-storybook-v6.yml +++ b/.github/workflows/test-storybook-v6.yml @@ -25,7 +25,7 @@ jobs: - name: Break on invalid branch name run: exit 1 if: ${{ github.event_name == 'workflow_dispatch' && steps.regex-match.outputs && steps.regex-match.outputs.match == '' }} - - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/test-storybook-v7.yml b/.github/workflows/test-storybook-v7.yml index d22c3449..8d676ef3 100644 --- a/.github/workflows/test-storybook-v7.yml +++ b/.github/workflows/test-storybook-v7.yml @@ -25,7 +25,7 @@ jobs: - name: Break on invalid branch name run: exit 1 if: ${{ github.event_name == 'workflow_dispatch' && steps.regex-match.outputs && steps.regex-match.outputs.match == '' }} - - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} diff --git a/.github/workflows/test-storybook-v8.yml b/.github/workflows/test-storybook-v8.yml index ae279800..413406be 100644 --- a/.github/workflows/test-storybook-v8.yml +++ b/.github/workflows/test-storybook-v8.yml @@ -25,7 +25,7 @@ jobs: - name: Break on invalid branch name run: exit 1 if: ${{ github.event_name == 'workflow_dispatch' && steps.regex-match.outputs && steps.regex-match.outputs.match == '' }} - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }}