File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
licensing :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18
18
with :
19
19
fetch-depth : 0
20
20
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
23
23
steps :
24
24
- name : login to ghcr.io
25
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
25
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
26
26
with :
27
27
registry : ghcr.io
28
28
username : ${{ github.actor }}
29
29
password : ${{ secrets.GITHUB_TOKEN }}
30
30
31
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32
32
with :
33
33
fetch-depth : 0
34
34
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 10
13
13
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
16
16
17
17
- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
18
18
with :
Original file line number Diff line number Diff line change 1
1
services :
2
2
lint-shellcheck :
3
- image : koalaman/shellcheck-alpine:v0.10 .0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63
3
+ image : koalaman/shellcheck-alpine:v0.11 .0@sha256:9955be09ea7f0dbf7ae942ac1f2094355bb30d96fffba0ec09f5432207544002
4
4
volumes :
5
5
- " .:/plugin:ro"
6
6
entrypoint : sh
You can’t perform that action at this time.
0 commit comments