Skip to content

Commit 3c0e4ec

Browse files
authored
workflows/ci-post-commit-analyzer: Pin container image (llvm#200293)
This is pinned to the image that was used in the last successful run of this job. https://github.com/llvm/llvm-project/security/code-scanning/1596
1 parent 8466750 commit 3c0e4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-post-commit-analyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github.event.action != 'closed'
3737
runs-on: ubuntu-24.04
3838
container:
39-
image: 'ghcr.io/llvm/ci-ubuntu-24.04:latest'
39+
image: 'ghcr.io/llvm/ci-ubuntu-24.04:latest@sha256:571cfd8a5ec38a9f241b421c56aa821139c0fd9dcbde5f6161210884befb5ec4'
4040
env:
4141
LLVM_VERSION: 18
4242
steps:

0 commit comments

Comments
 (0)