diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21bfad6407..8131256d0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,7 +199,7 @@ jobs: PIXI_TEST_R2_SECRET_ACCESS_KEY: ${{ secrets.PIXI_TEST_R2_SECRET_ACCESS_KEY }} - name: Install cargo-sweep if: github.ref == 'refs/heads/main' - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 + uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 with: tool: cargo-sweep - name: Prune target before save @@ -233,7 +233,7 @@ jobs: PIXI_TEST_R2_SECRET_ACCESS_KEY: ${{ secrets.PIXI_TEST_R2_SECRET_ACCESS_KEY }} - name: Install cargo-sweep if: github.ref == 'refs/heads/main' - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 + uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 with: tool: cargo-sweep - name: Prune target before save @@ -312,7 +312,7 @@ jobs: retention-days: 14 - name: Install cargo-sweep if: github.ref == 'refs/heads/main' - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 + uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 with: tool: cargo-sweep - name: Prune target before save @@ -385,7 +385,7 @@ jobs: retention-days: 14 - name: Install cargo-sweep if: github.ref == 'refs/heads/main' - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 + uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 with: tool: cargo-sweep - name: Prune target before save @@ -426,7 +426,7 @@ jobs: retention-days: 14 - name: Install cargo-sweep if: github.ref == 'refs/heads/main' - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.79.9 + uses: taiki-e/install-action@e49978b799e49ff429d162b7a30601a569ab6538 # v2.81.1 with: tool: cargo-sweep - name: Prune target before save diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 7d6367f1e5..92f1a307ce 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -74,6 +74,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 + uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1 with: sarif_file: results.sarif