diff .github/workflows/ci-test.yml @ 7232:b650008b5472

Bump coverallsapp/github-action from 1.2.4 to 2.0.0 -- https://github.com/roundup-tracker/roundup/pull/10
author John Rouillard <rouilj@ieee.org>
date Mon, 20 Mar 2023 20:04:15 -0400
parents 0fd41edd26b0
children 821429f560cd
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml	Mon Mar 20 20:03:01 2023 -0400
+++ b/.github/workflows/ci-test.yml	Mon Mar 20 20:04:15 2023 -0400
@@ -234,7 +234,7 @@
       - name: Upload coverage to Coveralls
         # python 2.7 and 3.6 versions of coverage can't produce lcov files.
         if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
-        uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # master
+        uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd # master
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           path-to-lcov: coverage.lcov
@@ -270,7 +270,7 @@
     
     steps:
       - name: Coveralls Finished
-        uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # master
+        uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd # master
         with:
           github-token: ${{ secrets.github_token }}
           parallel-finished: true

Roundup Issue Tracker: http://roundup-tracker.org/