Skip to content

Commit

Permalink
fix(NOJIRA-1234): update find-replace action to v3 on lint workflow (#65
Browse files Browse the repository at this point in the history
)

* fix(NOJIRA-1234): update find-replace action to v3

It changes the container registry to use GitHub instead of DockerHub,
which avoids rate limiting errors :)

* fix(NOJIRA-1234): update codeowners to match new team structure
  • Loading branch information
macabu committed Sep 28, 2023
1 parent 45640b2 commit 72350f2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}

- name: Set local imports
uses: jacobtomlinson/gha-find-replace@v2
uses: jacobtomlinson/gha-find-replace@v3
with:
find: "<repository>"
replace: ${{ steps.repo-name.outputs.name }}
Expand Down
24 changes: 12 additions & 12 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
* @Typeform/security
.github/workflows/go-lint-workflow.yaml @Typeform/backend-architecture
reusable-workflows/go-lint @Typeform/backend-architecture
shared-actions/send-deployment-event @Typeform/engineering-intelligence
workflow-templates/send-deployment-event.properties.json @Typeform/engineering-intelligence
workflow-templates/send-deployment-event.svg @Typeform/engineering-intelligence
workflow-templates/send-deployment-event.yml @Typeform/engineering-intelligence
workflow-templates/ci-standard-checks.yml @Typeform/devtools
workflow-templates/ci-standard-checks.svg @Typeform/devtools
workflow-templates/ci-standard-checks.properties.json @Typeform/devtools
workflow-templates/frontend-canary-cleanup.yml @Typeform/frontend-architecture
workflow-templates/frontend-canary-cleanup.svg @Typeform/frontend-architecture
workflow-templates/frontend-canary-cleanup.properties.json @Typeform/frontend-architecture
.github/workflows/go-lint-workflow.yaml @Typeform/architecture
reusable-workflows/go-lint @Typeform/architecture
shared-actions/send-deployment-event @Typeform/architecture
workflow-templates/send-deployment-event.properties.json @Typeform/architecture
workflow-templates/send-deployment-event.svg @Typeform/architecture
workflow-templates/send-deployment-event.yml @Typeform/architecture
workflow-templates/ci-standard-checks.yml @Typeform/product-infrastructure
workflow-templates/ci-standard-checks.svg @Typeform/product-infrastructure
workflow-templates/ci-standard-checks.properties.json @Typeform/product-infrastructure
workflow-templates/frontend-canary-cleanup.yml @Typeform/architecture
workflow-templates/frontend-canary-cleanup.svg @Typeform/architecture
workflow-templates/frontend-canary-cleanup.properties.json @Typeform/architecture

0 comments on commit 72350f2

Please sign in to comment.