Skip to content

Commit

Permalink
chore(deps): update pinned versions of GitHub Actions (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan authored Jul 8, 2024
1 parent e1dfaea commit fc75276
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml

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

16 changes: 8 additions & 8 deletions .github/workflows/build.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/pull-request-lint.yml

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

10 changes: 5 additions & 5 deletions .github/workflows/release.yml

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

4 changes: 2 additions & 2 deletions .github/workflows/upgrade-cdktf.yml

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

10 changes: 5 additions & 5 deletions .github/workflows/upgrade-main.yml

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

13 changes: 7 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ const constructVersion = "^10.3.0";
const name = "cdktf-multi-stack-tfe";

const githubActionPinnedVersions = {
"actions/checkout": "b4ffde65f46336ab88eb53be808477a3936bae11", // v4.1.1
"actions/download-artifact": "c850b930e6ba138125429b7e5c93fc707a7f8427", // v4.1.4
"actions/checkout": "692973e3d937129bcbf40652eb9f2f61becf3332", // v4.1.7
"actions/download-artifact": "65a9edc5881444af0b9093a5e628f2fe47ea3b2e", // v4.1.7
"actions/github-script": "60a0d83039c74a4aee543508d2ffcb1c3799cdea", // v7.0.1
"actions/setup-node": "60edb5dd545a775178f52524783378180af0d1f8", // v4.0.2
"actions/upload-artifact": "5d5d22a31266ced268874388b861e4b58bb5c2f3", // v4.3.1
"actions/upload-artifact": "65462800fd760344b1a7b4382951275a0abb4808", // v4.3.3
"amannn/action-semantic-pull-request":
"e9fabac35e210fea40ca5b14c0da95a099eff26f", // v5.4.0
"peter-evans/create-pull-request": "a4f52f8033a6168103c2538976c07b467e8163bc", // v6.0.1
"0723387faaf9b38adef4775cd42cfd5155ed6017", // v5.5.3
"hashicorp/setup-copywrite": "32638da2d4e81d56a0764aa1547882fc4d209636", // v1.1.3
"peter-evans/create-pull-request": "c5a7806660adbe173f04e3e038b0ccdcd758773c", // v6.1.0
};

const project = new ConstructLibraryCdktf({
Expand Down Expand Up @@ -86,7 +87,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 fc75276

Please sign in to comment.