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 b29ff36 commit a31706dCopy full SHA for a31706d
.github/workflows/release.yaml
@@ -54,7 +54,7 @@ jobs:
54
echo "new_version=$new_version" >> $GITHUB_ENV
55
56
- name: login to ghcr.io
57
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
58
with:
59
registry: ghcr.io
60
username: ${{ github.actor }}
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '2'
2
services:
3
lint:
4
- image: koalaman/shellcheck-alpine:v0.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63
+ image: koalaman/shellcheck-alpine:v0.11.0@sha256:9955be09ea7f0dbf7ae942ac1f2094355bb30d96fffba0ec09f5432207544002
5
volumes:
6
- ".:/plugin:ro"
7
entrypoint: sh
0 commit comments