Skip to content

Commit

Permalink
Remove inappropriate versions from allowed actions list (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenD-SAP authored Sep 30, 2024
1 parent b9839cc commit f51d770
Showing 1 changed file with 5 additions and 22 deletions.
27 changes: 5 additions & 22 deletions docs/contributing/assets/allowed_actions.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
{
"github_actions": [
{
"name": "golangci/golangci-lint-action",
"versions": [
"639cd343e1d3b897ff35927a75193d57cfcba299",
"v3"
],
"repository": "https://github.com/golangci/golangci-lint-action",
"marketplace": "https://github.com/marketplace/actions/run-golangci-lint",
"security_review_performed": true,
"3rd_party_tool": {
"tool": "golangci-lint",
"pinned_version": "???",
"repository": "https://github.com/golangci/golangci-lint"
},
"comment": ""
},
{
"name": "golangci/golangci-lint-action",
"versions": [
Expand All @@ -25,7 +9,8 @@
"v4.0.0",
"v6.0.1",
"v6.1.0",
"aaa42aa0628b4ae2578232a66b541047968fac86"
"aaa42aa0628b4ae2578232a66b541047968fac86",
"639cd343e1d3b897ff35927a75193d57cfcba299"
],
"repository": "https://github.com/golangci/golangci-lint-action",
"marketplace": "https://github.com/marketplace/actions/run-golangci-lint",
Expand Down Expand Up @@ -76,8 +61,7 @@
{
"name": "autotelic/action-wait-for-status-check",
"versions": [
"6556cf50c8fb6608412945382eae73581f56cbb4",
"v1"
"6556cf50c8fb6608412945382eae73581f56cbb4"
],
"repository": "https://github.com/autotelic/action-wait-for-status-check",
"marketplace": "https://github.com/marketplace/actions/wait-for-github-status-check",
Expand All @@ -88,8 +72,7 @@
{
"name": "gaurav-nelson/github-action-markdown-link-check",
"versions": [
"d53a906aa6b22b8979d33bc86170567e619495ec",
"v1"
"d53a906aa6b22b8979d33bc86170567e619495ec"
],
"repository": "https://github.com/gaurav-nelson/github-action-markdown-link-check",
"marketplace": "https://github.com/marketplace/actions/markdown-link-check",
Expand Down Expand Up @@ -219,4 +202,4 @@
"comment": "This action will check that all checks have passed on a given pull request"
}
]
}
}

0 comments on commit f51d770

Please sign in to comment.