diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24fa082da..5ecf525e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -148,15 +148,15 @@ jobs: PAYPAL_CLIENT_ID_LEGACY: ${{ secrets.PAYPAL_CLIENT_ID_LEGACY }} PAYPAL_SECRET_LEGACY: ${{ secrets.PAYPAL_SECRET_LEGACY }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Setup pnpm - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: run_install: false - name: Setup Node - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node_version }} cache: pnpm diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e30a759c3..0f123d233 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: contents: read steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/docker-image-build-publish.yml b/.github/workflows/docker-image-build-publish.yml index 204243383..be00c2255 100644 --- a/.github/workflows/docker-image-build-publish.yml +++ b/.github/workflows/docker-image-build-publish.yml @@ -44,17 +44,17 @@ jobs: steps: # Checkout the repository to the runner - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false # Set up Docker Buildx - name: Set up Docker Buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 # Log into GitHub Container Registry using a GitHub token - name: Log into GitHub Container Registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release-convert-sqlite-to-eml.yml b/.github/workflows/release-convert-sqlite-to-eml.yml index 1cfa41804..dcc601eb2 100644 --- a/.github/workflows/release-convert-sqlite-to-eml.yml +++ b/.github/workflows/release-convert-sqlite-to-eml.yml @@ -36,11 +36,11 @@ jobs: working-directory: tools/convert-sqlite-to-eml steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22 @@ -76,7 +76,7 @@ jobs: - name: Upload binary to release (Linux/macOS) if: runner.os != 'Windows' - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: tools/convert-sqlite-to-eml/dist/${{ matrix.artifact }} env: @@ -84,7 +84,7 @@ jobs: - name: Upload binary to release (Windows) if: runner.os == 'Windows' - uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 with: files: tools/convert-sqlite-to-eml/dist/${{ matrix.artifact }}.exe env: