summaryrefslogtreecommitdiffstats
path: root/.github/workflows/coveralls.yml
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2022-11-02 08:53:36 +0100
committerTomas Mraz <tomas@openssl.org>2022-11-03 12:17:16 +0100
commit4ff66347f0ab3c054c5622dd862f36c731c889ed (patch)
tree09516899e29f34daeeb480d144651fc9ed0ea954 /.github/workflows/coveralls.yml
parentce0a7cadadb973216399e70d3a69f352b0843deb (diff)
Update GitHub actions as suggested by dependabot
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19581)
Diffstat (limited to '.github/workflows/coveralls.yml')
-rw-r--r--.github/workflows/coveralls.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml
index ec1367d829..732a60ae1c 100644
--- a/.github/workflows/coveralls.yml
+++ b/.github/workflows/coveralls.yml
@@ -22,7 +22,7 @@ jobs:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: recursive
- name: package installs
@@ -47,7 +47,7 @@ jobs:
- name: generate coverage info
run: lcov -d . -c -o ./lcov.info
- name: Coveralls upload
- uses: coverallsapp/github-action@v1.1.2
+ uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ./lcov.info