diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index e8d3d2e..36adf0b 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -38,7 +38,7 @@ jobs: working-directory: lib - name: Run Chromatic - uses: chromaui/action@7aca53e7aa87489020a97f633c1e7e82c12e5973 # latest + uses: chromaui/action@d92ea1ce501f70e8c34745b2c7888648150a368a # latest with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} workingDir: lib diff --git a/.github/workflows/security-audit.yaml b/.github/workflows/security-audit.yaml index 6876c40..a75c575 100644 --- a/.github/workflows/security-audit.yaml +++ b/.github/workflows/security-audit.yaml @@ -57,7 +57,7 @@ jobs: exit 1 - name: Audit against SECURITY.md - uses: anthropics/claude-code-action@4481e6d3c7bbb88db2a928ca3444c536f589c7c1 # v1 + uses: anthropics/claude-code-action@70a6e5256e9e2366a1ed5c041904a982ba3a328f # v1 env: # `claude-code-action` resets `GH_TOKEN` to its own internal # workflow token, so setting `GH_TOKEN` at this scope is