We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193fa82 commit 2318d96Copy full SHA for 2318d96
.github/workflows/codecoverage-main.yml
@@ -34,7 +34,7 @@ jobs:
34
35
steps:
36
- name: Checkout
37
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
with:
39
fetch-depth: 0 # attempting to get all branch names.
40
@@ -65,7 +65,7 @@ jobs:
65
# commit_message: "🤖 Creating gh-pages branch"
66
67
- name: Checkout GitHub Pages branch for code coverage report
68
69
70
ref: gh-pages
71
path: gh-pages
0 commit comments