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

remove setup-go from the codeql-analysis workflow #740

Open
ramonpetgrave64 opened this issue Jan 23, 2024 · 1 comment
Open

remove setup-go from the codeql-analysis workflow #740

ramonpetgrave64 opened this issue Jan 23, 2024 · 1 comment
Labels
area:tooling Issues with project tooling (CI etc.) type:chore Some kind of task

Comments

@ramonpetgrave64
Copy link
Contributor

Remove setuo-go from the codeql-analysis.yml workflow.
#738 (comment)

We have added a custom step to the code-ql analysys job, as a workaround to fix the workflow when using go1.21.
This issue is a reminder that we should reconsider having that custom step.

      - name: setup-go
        uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
        with:
          go-version-file: "go.mod"
          # not needed but gets ride of warnings
          cache: false

@ramonpetgrave64 ramonpetgrave64 added area:tooling Issues with project tooling (CI etc.) type:chore Some kind of task labels Jan 23, 2024
@ianlewis ianlewis changed the title remove setuo-go from the codeql-analysis workflow remove setup-go from the codeql-analysis workflow Jan 24, 2024
@ianlewis
Copy link
Member

ianlewis commented Jan 24, 2024

The codeql-action issue is tracked at github/codeql-action/issues/1842

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:tooling Issues with project tooling (CI etc.) type:chore Some kind of task
Projects
None yet
Development

No branches or pull requests

2 participants