diff --git a/.github/workflows/issue-validation.yml b/.github/workflows/issue-validation.yml index 903a75f..9424ad8 100644 --- a/.github/workflows/issue-validation.yml +++ b/.github/workflows/issue-validation.yml @@ -203,7 +203,7 @@ jobs: fi - name: Run opencode analysis - uses: anomalyco/opencode/github@d1482e148399bfaf808674549199f5f4aa69a22d #v1.2.4 + uses: anomalyco/opencode/github@296250f1b7e1ec992a3a33bee999f5e09a1697d0 #v1.2.10 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: @@ -364,7 +364,7 @@ jobs: gh pr comment ${{ github.event.pull_request.number }} --body-file comment.md - name: Run opencode analysis - uses: anomalyco/opencode/github@d1482e148399bfaf808674549199f5f4aa69a22d #v1.2.4 + uses: anomalyco/opencode/github@296250f1b7e1ec992a3a33bee999f5e09a1697d0 #v1.2.10 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: @@ -386,7 +386,7 @@ jobs: uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - name: Run opencode - uses: anomalyco/opencode/github@d1482e148399bfaf808674549199f5f4aa69a22d #v1.2.4 + uses: anomalyco/opencode/github@296250f1b7e1ec992a3a33bee999f5e09a1697d0 #v1.2.10 env: ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }} with: diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 74d8689..d061ec3 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -23,4 +23,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - name: Spell Check Repo - uses: crate-ci/typos@78bc6fb2c0d734235d57a2d6b9de923cc325ebdd #v1.43.4 + uses: crate-ci/typos@57b11c6b7e54c402ccd9cda953f1072ec4f78e33 #v1.43.5 diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 89861f8..43f73f6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1 + - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue has been inactive for 60 days. Please respond to keep it open."