Skip to content

Commit ce10c92

Browse files
committed
Update containerd/project-checks (1.2.2)
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 59b9599 commit ce10c92

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/project.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,16 @@ jobs:
2424
with:
2525
go-version: ${{ env.GO_VERSION }}
2626
cache-dependency-path: src/github.com/containerd/nerdctl
27-
- uses: containerd/project-checks@434a07157608eeaa1d5c8d4dd506154204cd9401 # v1.1.0
27+
- uses: containerd/project-checks@d7751f3c375b8fe4a84c02a068184ee4c1f59bc4 # v1.2.2
2828
with:
2929
working-directory: src/github.com/containerd/nerdctl
3030
repo-access-token: ${{ secrets.GITHUB_TOKEN }}
31+
# go-licenses-ignore is set because go-licenses cannot detect the license of the following package:
32+
# * go-base36: Apache-2.0 OR MIT (https://github.com/multiformats/go-base36/blob/master/LICENSE.md)
33+
#
34+
# The list of the CNCF-approved licenses can be found here:
35+
# https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md
36+
go-licenses-ignore: |
37+
github.com/multiformats/go-base36
3138
- run: ./hack/verify-no-patent.sh
3239
working-directory: src/github.com/containerd/nerdctl

0 commit comments

Comments
 (0)