Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

updating github action workflows #216

Merged
merged 5 commits into from
May 19, 2023
Merged

Conversation

mike-hoang
Copy link
Contributor

What does this PR do?

The intent of this PR is to fix all GA deprecation warnings. This is done by:

  • updating actions/checkout and actions/setup-go from v2 to v3
  • removing language ymls from the /resources directory and in turn removing the checkLang.yml workflow (which contains an action that has a warning)

The checkLang.yml workflow was used to check that the language yamls in /resources matched the language yamls in the go app. Now that go is the only implementation, there is no need for the resources directory.

related to #177

Which issue(s) does this PR fix

fixes #213

Signed-off-by: Michael Hoang <mhoang@redhat.com>
Signed-off-by: Michael Hoang <mhoang@redhat.com>
Signed-off-by: Michael Hoang <mhoang@redhat.com>
Signed-off-by: Michael Hoang <mhoang@redhat.com>
Signed-off-by: Michael Hoang <mhoang@redhat.com>
@mike-hoang mike-hoang requested a review from thepetk May 18, 2023 20:21
@mike-hoang mike-hoang self-assigned this May 18, 2023
Copy link
Collaborator

@thepetk thepetk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that the gosec check returns a warning Warning: Code scanning cannot determine the alerts introduced by this pull request, because 1 configuration present on refs/heads/main was not found.

I've looked into it and I found this answer so I think is ok.

@mike-hoang mike-hoang merged commit 59b155e into redhat-developer:main May 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update deprecated github actions
2 participants