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

Upgrade CodeSee workflow to version 2 #316

Merged
merged 2 commits into from
Jan 24, 2023

Conversation

ghost
Copy link

@ghost ghost commented Dec 6, 2022

CodeSee is a code visibility platform.

This change updates the CodeSee workflow file to the latest version for security, maintenance, and support improvements (see changelog below).

That workflow file:

  • runs CodeSee's code analysis on every PR push and merge
  • uploads that analysis to CodeSee.
  • It does not transmit your code.

The code analysis is used to generate maps and insights about this codebase.

CodeSee workflow changelog:

  • Improved security: Updates permission to be read-only.
  • Improved future maintenance: Replaces the body of the workflow with a single github action: codesee-action. This makes it significantly easier for CodeSee to introduce future improvements and fixes without requiring another PR like this.
  • Improved Python support: The action now properly supports Python 3.11, and will continue to support new Python versions as they are released.

@what-the-diff
Copy link

what-the-diff bot commented Dec 6, 2022

  • The name of the job was changed from "test_map_action" to "codesee".
  • All steps were removed except for one that uses Codesee-io/codesee-action@v2.
  • A new input called codesee-token is used in place of api_token, and it's value comes from a secret named CODESEE_ARCH_DIAG_API token instead of being hardcoded as before (this change makes sense because we don't want our API tokens exposed).

@ageddesi ageddesi merged commit 9325a4c into dev Jan 24, 2023
@ageddesi ageddesi deleted the codesee-arch-diagram-workflow-1670352372683 branch January 24, 2023 22:26
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.

None yet

1 participant