diff --git a/.github/workflows/branch-protection-check.yml b/.github/workflows/branch-protection-check.yml index 23eccbc..1b9eab0 100644 --- a/.github/workflows/branch-protection-check.yml +++ b/.github/workflows/branch-protection-check.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Verify branch protection on main id: verify diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 89867f2..d7b63ca 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45cde11..72a5738 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: node: [20, 22] steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Node ${{ matrix.node }} uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d27a006..ab35585 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -29,7 +29,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Initialize CodeQL uses: github/codeql-action/init@528ca598d956c91826bd742262cdfc5d02b77710 diff --git a/.github/workflows/e2e-webkit.yml b/.github/workflows/e2e-webkit.yml index 83d3181..f4fca5f 100644 --- a/.github/workflows/e2e-webkit.yml +++ b/.github/workflows/e2e-webkit.yml @@ -24,7 +24,7 @@ jobs: E2E_BROWSERS: webkit steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index dbc4c9d..6756f59 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -31,7 +31,7 @@ jobs: E2E_BROWSERS: ${{ matrix.browser }} steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/minimal-app-smoke.yml b/.github/workflows/minimal-app-smoke.yml index bc705d1..37762e9 100644 --- a/.github/workflows/minimal-app-smoke.yml +++ b/.github/workflows/minimal-app-smoke.yml @@ -29,7 +29,7 @@ jobs: if: ${{ github.actor != 'nektos/act' }} timeout-minutes: 10 steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 20 diff --git a/.github/workflows/openssf-scorecard.yml b/.github/workflows/openssf-scorecard.yml index 92b5bf5..795c4e9 100644 --- a/.github/workflows/openssf-scorecard.yml +++ b/.github/workflows/openssf-scorecard.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout source - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: # Fetch full history so Scorecard can evaluate contributors / branch protection, etc. fetch-depth: 0 diff --git a/.github/workflows/pages-demo.yml b/.github/workflows/pages-demo.yml index e482f93..f8e73c2 100644 --- a/.github/workflows/pages-demo.yml +++ b/.github/workflows/pages-demo.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/publish-contracts.yml b/.github/workflows/publish-contracts.yml index b2a92df..55405da 100644 --- a/.github/workflows/publish-contracts.yml +++ b/.github/workflows/publish-contracts.yml @@ -35,7 +35,7 @@ jobs: working-directory: ./packages/contracts steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Use Node.js 20 uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index daeb1eb..4ace464 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -32,7 +32,7 @@ jobs: id-token: write # needed for npm provenance (OIDC token) steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/release-version.yml b/.github/workflows/release-version.yml index b380324..b3ebf80 100644 --- a/.github/workflows/release-version.yml +++ b/.github/workflows/release-version.yml @@ -34,7 +34,7 @@ jobs: pull-requests: write # required for creating/updating the PR steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 diff --git a/.github/workflows/resolutions-weekly.yml b/.github/workflows/resolutions-weekly.yml index 2a7100b..e9be768 100644 --- a/.github/workflows/resolutions-weekly.yml +++ b/.github/workflows/resolutions-weekly.yml @@ -25,7 +25,7 @@ jobs: if: ${{ github.actor != 'nektos/act' }} steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index ebdd768..bc30995 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -34,7 +34,7 @@ jobs: security-events: write # required to upload SARIF to code scanning steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Node uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index 6fb7c79..ff30a76 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -14,7 +14,7 @@ jobs: size: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 with: node-version: 20 diff --git a/.github/workflows/storybook-tests.yml b/.github/workflows/storybook-tests.yml index 51a697c..a2a8129 100644 --- a/.github/workflows/storybook-tests.yml +++ b/.github/workflows/storybook-tests.yml @@ -35,7 +35,7 @@ jobs: SB_MAX_STORIES: 200 steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index c444326..ee6dbc7 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 diff --git a/.github/workflows/sync-examples.yml b/.github/workflows/sync-examples.yml index c71568f..7e2ed00 100644 --- a/.github/workflows/sync-examples.yml +++ b/.github/workflows/sync-examples.yml @@ -28,7 +28,7 @@ jobs: pull-requests: write steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0