From adeaedccad3a2edb47f0a0b6fcb4649e9b42321d Mon Sep 17 00:00:00 2001 From: Andrzej Pankowski Date: Tue, 14 Nov 2023 10:14:14 +0100 Subject: [PATCH 1/2] include_docker_action --- docs/contributing/assets/allowed_actions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/contributing/assets/allowed_actions.json b/docs/contributing/assets/allowed_actions.json index 7d78def47..3fc9b902a 100644 --- a/docs/contributing/assets/allowed_actions.json +++ b/docs/contributing/assets/allowed_actions.json @@ -140,6 +140,17 @@ "repository": "https://github.com/suzuki-shunsuke/tfcmt" }, "comment": "" + }, + { + "name": "addnab/docker-run-action", + "versions": [ + "v3" + ], + "repository": "https://github.com/addnab/docker-run-action", + "marketplace": "https://github.com/marketplace/actions/docker-run-action", + "security_review_performed": true, + "3rd_party_tool": {}, + "comment": "can be used to perform a docker command without switching the job image" } ] } From 5052451831f138b4fd5ed51b95429dd0792688a3 Mon Sep 17 00:00:00 2001 From: Andrzej Pankowski Date: Wed, 15 Nov 2023 08:43:26 +0100 Subject: [PATCH 2/2] update_version --- docs/contributing/assets/allowed_actions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/assets/allowed_actions.json b/docs/contributing/assets/allowed_actions.json index 3fc9b902a..94ec8e2e4 100644 --- a/docs/contributing/assets/allowed_actions.json +++ b/docs/contributing/assets/allowed_actions.json @@ -144,7 +144,7 @@ { "name": "addnab/docker-run-action", "versions": [ - "v3" + "3b7e5e2681a0bda95ee4ce0645c28ca1e78ce9ee" ], "repository": "https://github.com/addnab/docker-run-action", "marketplace": "https://github.com/marketplace/actions/docker-run-action",