diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index f5cd195a..9d95a7b1 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate GitHub token - uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1 id: generate-token with: # GitHub App ID secret name @@ -34,7 +34,7 @@ jobs: with: toolchain: stable - name: Run release-plz release - uses: MarcoIeni/release-plz-action@269387141c39d8ba9eed025ab109e462ada263f2 # v0.5 + uses: MarcoIeni/release-plz-action@704937995982d7590add777dbdb2bf7aa94a6cf6 # v0.5 with: command: release env: @@ -53,7 +53,7 @@ jobs: cancel-in-progress: false steps: - name: Generate GitHub token - uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1 + uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1 id: generate-token with: # GitHub App ID secret name @@ -70,7 +70,7 @@ jobs: with: toolchain: stable - name: Run release-plz PR task - uses: MarcoIeni/release-plz-action@269387141c39d8ba9eed025ab109e462ada263f2 # v0.5 + uses: MarcoIeni/release-plz-action@704937995982d7590add777dbdb2bf7aa94a6cf6 # v0.5 with: command: release-pr env: diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 60c104d2..0ad5f739 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -32,7 +32,7 @@ jobs: with: toolchain: stable target: wasm32-wasip1 - - uses: taiki-e/install-action@4666e0456051edf22fc0bae331c1df874bcaf291 + - uses: taiki-e/install-action@a209ff0ce0349f9e7cadc4ba8f6a415c8d3b0813 with: tool: wasmtime - run: cargo test --target wasm32-wasip1 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 81d15c77..f3400e6f 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 + uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1 with: results_file: results.sarif results_format: sarif @@ -56,7 +56,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: SARIF file path: results.sarif @@ -65,6 +65,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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 + uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 with: sarif_file: results.sarif