We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11bc97b commit 9f70c7dCopy full SHA for 9f70c7d
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
cflint:
41
runs-on: ubuntu-latest
42
container:
43
- image: ghcr.io/foundeo/cfml-ci-tools/cfml-ci-tools:v1.0.15
+ image: ghcr.io/foundeo/cfml-ci-tools/cfml-ci-tools:latest
44
steps:
45
- uses: actions/checkout@v4
46
- name: Run CFLint
@@ -52,7 +52,7 @@ jobs:
52
53
54
- name: Run CodeChecker
55
- uses: docker://foundeo/cfml-ci-tools:v1.0.15
+ uses: docker://foundeo/cfml-ci-tools:latest
56
with:
57
entrypoint: /opt/box/box
58
args: codechecker run --verbose
0 commit comments