diff --git a/.circleci/config.yml b/.circleci/config.yml index 2048812..e962229 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - codacy: codacy/base@12.1.1 + codacy: codacy/base@12.1.2 codacy_plugins_test: codacy/plugins-test@2.0.11 jobs: diff --git a/.tool_version b/.tool_version index 5422724..aaceec0 100644 --- a/.tool_version +++ b/.tool_version @@ -1 +1 @@ -1.78.0 +1.80.0 diff --git a/Dockerfile b/Dockerfile index c5b6192..19cc197 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG TOOL_VERSION=1.78.0 +ARG TOOL_VERSION=1.80.0 # Development image used to build the codacy-semgrep wrapper # Explicitly adding go.mod and go.sum avoids re-downloading dependencies on every build