Skip to content

Commit 79aac9d

Browse files
committed
fix the workflow
Change-Id: If8a8c852efb03f83a268c91c77e75728c902a773
1 parent 676bcfc commit 79aac9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cov-linux-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
egress-policy: audit
1919

20-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
20+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2121
with:
2222
submodules: recursive
2323

@@ -40,4 +40,4 @@ jobs:
4040
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
4141
with:
4242
name: coverity-linux-and-python-report-${{ github.sha }}
43-
path: "*-Report.pdf"
43+
path: "*-Report.pdf"

0 commit comments

Comments
 (0)