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.
2 parents 321c027 + 4030ca8 commit dc8587dCopy full SHA for dc8587d
.github/workflows/coverity.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: Checkout code
21
if: env.TOKEN
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
24
- name: Install dependencies on ubuntu
25
run: |
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Lint markdown
uses: akiomik/[email protected]
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
- name: Install dependencies on ubuntu (CC ${{ matrix.gcc }})
37
if: matrix.os == 'ubuntu'
0 commit comments