Update Dockerfile, github/github.go, go.mod and go.sum for fixing CVE-2020-2616 and CVE-2022-24921 (#1230)

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
shettarvinay
2022-05-16 05:15:44 +05:30
committed by GitHub
parent 772ca57056
commit f08ab1490d
4 changed files with 8 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ import (
"github.com/actions-runner-controller/actions-runner-controller/github/metrics"
"github.com/actions-runner-controller/actions-runner-controller/logging"
"github.com/bradleyfalzon/ghinstallation"
"github.com/bradleyfalzon/ghinstallation/v2"
"github.com/go-logr/logr"
"github.com/google/go-github/v39/github"
"github.com/gregjones/httpcache"