diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index bc21262c..755b854c 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -15,18 +15,18 @@ jobs: chromatic: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: 18 cache: yarn - run: yarn install --immutable - name: Publish to Chromatic - uses: chromaui/action@v11 + uses: chromaui/action@3dcb6636a4f8eed347ef6214f5d74d2b5fee45e4 # v11 with: buildScriptName: storybook:build exitOnceUploaded: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 880cd5f3..bb7de975 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,9 +8,9 @@ jobs: lint-and-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: 18 cache: yarn @@ -25,7 +25,7 @@ jobs: yarn core:build-ads - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4 with: name: catppuccin-vsc-${{ github.sha }} path: packages/catppuccin-vsc/catppuccin-*.vsix diff --git a/.github/workflows/flakehub-publish.yml b/.github/workflows/flakehub-publish.yml index b15624f1..620ccc9f 100644 --- a/.github/workflows/flakehub-publish.yml +++ b/.github/workflows/flakehub-publish.yml @@ -20,13 +20,13 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}" # use yarn-nixify to prepare the cache in /nix/store - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: 18 cache: yarn @@ -36,7 +36,7 @@ jobs: - uses: DeterminateSystems/magic-nix-cache-action@main - name: Setup cachix - uses: cachix/cachix-action@v14 + uses: cachix/cachix-action@18cf96c7c98e048e10a83abd92116114cd8504be # v14 with: name: catppuccin authToken: ${{ secrets.CACHIX_AUTH_TOKEN }} diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index a5a6015b..57cc96ac 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -18,11 +18,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 # use yarn-nixify to prepare the cache in /nix/store - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: 18 cache: yarn diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 57351689..db19c475 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v4 + - uses: google-github-actions/release-please-action@a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b # v4 id: release outputs: @@ -53,12 +53,12 @@ jobs: if: ${{ needs.release-please.outputs.theme_release == 'true' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: ref: ${{ github.event.inputs.rev || github.sha }} - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: 18 cache: yarn @@ -99,9 +99,9 @@ jobs: if: ${{ needs.release-please.outputs.pack_release == 'true' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: 18 cache: yarn @@ -132,9 +132,9 @@ jobs: if: ${{ needs.release-please.outputs.npm_release == 'true' }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - run: corepack enable - - uses: actions/setup-node@v4 + - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4 with: node-version: 18 cache: yarn