@@ -93,11 +93,11 @@ jobs:
9393 # if: {{ false }}
9494 # continue running if step fails
9595 # continue-on-error: true
96- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
96+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9797
9898 # Setup version of Python to use
9999 - name : Set Up Python ${{ matrix.python-version }}
100- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
100+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
101101 with :
102102 python-version : ${{ matrix.python-version }}
103103 allow-prereleases : true
@@ -260,15 +260,15 @@ jobs:
260260
261261 - name : Upload coverage to Codecov
262262 # see: https://github.com/codecov/codecov-action#usage
263- uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
263+ uses : codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # v3.1.5
264264 with :
265265 verbose : true
266266 token : ${{ secrets.CODECOV_TOKEN }}
267267
268268 - name : Upload coverage to Coveralls
269269 # python 2.7 and 3.6 versions of coverage can't produce lcov files.
270270 if : matrix.python-version != '2.7' && matrix.python-version != '3.6'
271- uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master
271+ uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
272272 with :
273273 github-token : ${{ secrets.GITHUB_TOKEN }}
274274 path-to-lcov : coverage.lcov
@@ -304,7 +304,7 @@ jobs:
304304
305305 steps :
306306 - name : Coveralls Finished
307- uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master
307+ uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # v2.2.3
308308 with :
309309 github-token : ${{ secrets.github_token }}
310310 parallel-finished : true
0 commit comments