File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636
3737 # use stable version for now to avoid breaking changes
3838 - name : Lychee URL checker
39- uses : lycheeverse/lychee-action@5c4ee84814c983aa7164eaee476f014e53ff3963 # v2.5.0
39+ uses : lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
4040 with :
4141 # arguments with file types to check
4242 args : >-
Original file line number Diff line number Diff line change 8686
8787 - name : Upload coverage report
8888 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
89- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
89+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
9090 with :
9191 token : ${{ secrets.CODECOV_TOKEN }}
9292
Original file line number Diff line number Diff line change 6565 # Upload the results to GitHub's code scanning dashboard (optional).
6666 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767 - name : " Upload to code-scanning"
68- uses : github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.5
68+ uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
6969 with :
7070 sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114
115115 - name : Upload coverage report
116116 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12'
117- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
117+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
118118 with :
119119 token : ${{ secrets.CODECOV_TOKEN }}
120120
You can’t perform that action at this time.
0 commit comments