diff --git a/.github/workflows/happy-new-year.yml b/.github/workflows/happy-new-year.yml index d9a4c59b92..fdc056f12d 100644 --- a/.github/workflows/happy-new-year.yml +++ b/.github/workflows/happy-new-year.yml @@ -73,7 +73,7 @@ jobs: run: exit 1 - name: Create pull request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: base: ${{ steps.branches.outputs.BASE }} branch: ${{ steps.branches.outputs.PR_BRANCH }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e286e7b569..a728e087b9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -385,7 +385,7 @@ jobs: - name: "Upload coverage results to Coveralls (normal run)" if: ${{ success() }} - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: format: clover file: build/logs/clover.xml @@ -394,7 +394,7 @@ jobs: - name: "Upload coverage results to Coveralls (CBF run)" if: ${{ matrix.os != 'windows-latest' && success() }} - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: format: clover file: build/logs/clover-cbf.xml @@ -410,6 +410,6 @@ jobs: steps: - name: Coveralls Finished - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: parallel-finished: true