diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30585a78..cd3f217f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - run: dart pub global run coverage:test_with_coverage if: matrix.sdk == 'dev' && steps.install_pkg_coverage.outcome == 'success' id: test_with_coverage - - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 + - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b if: matrix.sdk == 'dev' && steps.test_with_coverage.outcome == 'success' with: github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 9cd84a5d..a9913354 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.repository_owner == 'google' }} steps: - - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 with: # Don't automatically mark inactive issues+PRs as stale. days-before-stale: -1