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

license: removes copyright year and uses SPDX ID #1433

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

codefromthecrypt
Copy link
Member

Signed-off-by: Adrian Cole <adrian@tetrate.io>
@@ -19,7 +19,6 @@ jobs:
# Prevent use of implicit GitHub Actions read-only token GITHUB_TOKEN. We don't deploy on
# the tag MAJOR.MINOR.PATCH event, but we still need to deploy the maven-release-plugin master commit.
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 1 # only need the HEAD commit as license check isn't run
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reasons for that? (the clone is much faster with depth = 1)

Copy link
Member Author

Choose a reason for hiding this comment

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

sure. the comment is wrong after this change (and 1 is the default) https://github.com/actions/checkout?tab=readme-ov-file#usage

Copy link
Contributor

@reta reta left a comment

Choose a reason for hiding this comment

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

Huge one but luckily easy for review

@codefromthecrypt codefromthecrypt merged commit 57f27e2 into master Apr 10, 2024
3 checks passed
codefromthecrypt pushed a commit that referenced this pull request Apr 14, 2024
We missed a couple cases in #1433

Signed-off-by: Adrian Cole <adrian@tetrate.io>
codefromthecrypt added a commit that referenced this pull request Apr 14, 2024
We missed a couple cases in #1433

---------

Signed-off-by: Adrian Cole <adrian@tetrate.io>
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.

2 participants