diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4e9815..be8c907 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 # Full history for commitlint validation - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v3 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v3 with: version: 11.1.3 @@ -94,7 +94,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v3 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v3 with: version: 11.1.3 @@ -129,7 +129,7 @@ jobs: with: fetch-depth: 0 # Full history for accurate blame information - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v3 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v3 with: version: 11.1.3 @@ -211,7 +211,7 @@ jobs: - name: Upload Trivy results to GitHub Security if: steps.dockerfile-check.outputs.exists == 'true' && always() - uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v3 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3 continue-on-error: true with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a19e926..24494b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: echo "EOF" >> $GITHUB_OUTPUT - name: Create GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v2 with: name: v${{ steps.version.outputs.VERSION }} body: |