Skip to content

Commit 9f70c7d

Browse files
committed
update tools
1 parent 11bc97b commit 9f70c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cflint:
4141
runs-on: ubuntu-latest
4242
container:
43-
image: ghcr.io/foundeo/cfml-ci-tools/cfml-ci-tools:v1.0.15
43+
image: ghcr.io/foundeo/cfml-ci-tools/cfml-ci-tools:latest
4444
steps:
4545
- uses: actions/checkout@v4
4646
- name: Run CFLint
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v4
5454
- name: Run CodeChecker
55-
uses: docker://foundeo/cfml-ci-tools:v1.0.15
55+
uses: docker://foundeo/cfml-ci-tools:latest
5656
with:
5757
entrypoint: /opt/box/box
5858
args: codechecker run --verbose

0 commit comments

Comments
 (0)