diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb3dca49e..9e6a47fd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: uses: pnpm/action-setup@v4 - name: Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version: 20 cache: 'pnpm' @@ -54,7 +54,7 @@ jobs: services: postgres: - image: postgres@sha256:888402a8cd6075c5dc83a31f58287f13306c318eaad016661ed12e076f3e6341 + image: postgres@sha256:3267c505060a0052e5aa6e5175a7b41ab6b04da2f8c4540fc6e98a37210aa2d3 env: POSTGRES_PASSWORD: postgres POSTGRES_DB: jabref @@ -68,7 +68,7 @@ jobs: - 5432:5432 redis: - image: redis@sha256:bb142a9c18ac18a16713c1491d779697b4e107c22a97266616099d288237ef47 + image: redis@sha256:93a8d83b707d0d6a1b9186edecca2e37f83722ae0e398aee4eea0ff17c2fad0e # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping" @@ -94,7 +94,7 @@ jobs: uses: pnpm/action-setup@v4 - name: Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version: ${{ matrix.node }} cache: 'pnpm' @@ -129,7 +129,7 @@ jobs: cp -r .output/public/_nuxt storybook-static - name: Publish and test Storybook - uses: chromaui/action@012a0241a4df3f0f831c99f02e2085c9641a25ba # v11 + uses: chromaui/action@1fc59b137c52d2f7571c8cf0b40daad2794fd551 # v11 with: projectToken: 'b3787adf2fa5' # Don't wait until Chroma verified the build (for this we have the Github check) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3afda5475..66c4b2877 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -43,7 +43,7 @@ jobs: uses: pnpm/action-setup@v4 - name: Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version: 20 cache: 'pnpm' @@ -75,7 +75,7 @@ jobs: SWA_CLI_DEPLOYMENT_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_PEBBLE_0224C3803 }} - name: Install Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: python-version: '3.10' @@ -143,7 +143,7 @@ jobs: - name: Report URL as PR comment if: github.event_name == 'pull_request_target' - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2 + uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2 with: message: | Deployed ${{ github.sha }} to ${{ steps.deploy_web.outputs.url }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2f3ad4bfb..327ba22c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: uses: pnpm/action-setup@v4 - name: Setup Node.js - uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 + uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0 with: node-version: 20 cache: 'pnpm' @@ -82,7 +82,7 @@ jobs: SWA_CLI_DEPLOYMENT_TOKEN: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_PEBBLE_0224C3803 }} - name: Install Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: python-version: '3.10'