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.
1 parent 824d183 commit 4ae71e3Copy full SHA for 4ae71e3
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: login to ghcr.io
25
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
26
with:
27
registry: ghcr.io
28
username: ${{ github.actor }}
docker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
lint-shellcheck:
3
- image: koalaman/shellcheck-alpine:v0.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63
+ image: koalaman/shellcheck-alpine:v0.11.0@sha256:9955be09ea7f0dbf7ae942ac1f2094355bb30d96fffba0ec09f5432207544002
4
volumes:
5
- ".:/plugin:ro"
6
entrypoint: sh
0 commit comments