Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security update #94

Merged
merged 4 commits into from
Mar 13, 2024
Merged

Security update #94

merged 4 commits into from
Mar 13, 2024

Conversation

mt-polygon-technology
Copy link

No description provided.

Comment on lines 8 to 19
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.17
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need linting check here, since we already have it run as a "standalone" GH action:
https://github.com/0xPolygon/cdk-validium-node/blob/develop/.github/workflows/lint.yml.

Also since check is failing (https://github.com/0xPolygon/cdk-validium-node/actions/runs/8113861811/job/22178167788?pr=94), it seems to me like checkout code part is lacking here. Can you take a look into it, in case we need linting check here as well?

@mt-polygon-technology mt-polygon-technology merged commit 9890a83 into develop Mar 13, 2024
17 checks passed
@mt-polygon-technology mt-polygon-technology deleted the security-update branch March 13, 2024 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants