diff --git a/.github/workflows/apollo-vertex-registry-check.yml b/.github/workflows/apollo-vertex-registry-check.yml index 1a5c8aad6..3d026d01a 100644 --- a/.github/workflows/apollo-vertex-registry-check.yml +++ b/.github/workflows/apollo-vertex-registry-check.yml @@ -131,7 +131,7 @@ jobs: pnpm-lock.yaml - name: Setup pnpm - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f39030142..b7eedd41b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2 + uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -58,7 +58,7 @@ jobs: - name: Perform CodeQL Analysis id: analyze - uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2 + uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5 with: category: /language:${{ matrix.language }} output: sarif-results @@ -72,7 +72,7 @@ jobs: # for source-file suppressions, reviewers must manually check. - name: Dismiss suppressed alerts if: github.ref == 'refs/heads/main' && matrix.language == 'javascript-typescript' - uses: advanced-security/dismiss-alerts@3478381bd53e9f9a9ea1c23bd25ef0ec236e0d06 # v2 + uses: advanced-security/dismiss-alerts@046d6b48d2e43cf563f96f67332c47c432eff83e # v2.0.2 with: sarif-id: ${{ steps.analyze.outputs['sarif-id'] }} sarif-file: sarif-results/javascript.sarif diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index e2e1896a4..90a798560 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: Run Zizmor Security Scan - uses: zizmorcore/zizmor-action@135698455da5c3b3e55f73f4419e481ab68cdd95 # v0.4.1 + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 with: advanced-security: true min-confidence: medium