Skip to content

Commit

Permalink
chore(deps): upgrade pinned version of hashicorp/setup-copywrite acti…
Browse files Browse the repository at this point in the history
…on (#60)
  • Loading branch information
xiehan authored Jul 8, 2024
1 parent 071a0f9 commit 3243883
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const githubActionPinnedVersions = {
"actions/upload-artifact": "65462800fd760344b1a7b4382951275a0abb4808", // v4.3.3
"amannn/action-semantic-pull-request":
"0723387faaf9b38adef4775cd42cfd5155ed6017", // v5.5.3
"hashicorp/setup-copywrite": "32638da2d4e81d56a0764aa1547882fc4d209636", // v1.1.3
"peter-evans/create-pull-request": "c5a7806660adbe173f04e3e038b0ccdcd758773c", // v6.1.0
};

Expand Down Expand Up @@ -125,7 +126,7 @@ project.addPackageIgnore(".copywrite.hcl");
project.buildWorkflow?.addPostBuildSteps(
{
name: "Setup Copywrite tool",
uses: "hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e", // v1.1.2
uses: "hashicorp/setup-copywrite",
},
{ name: "Add headers using Copywrite tool", run: "copywrite headers" }
);
Expand Down

0 comments on commit 3243883

Please sign in to comment.