Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Nov 16, 2023
1 parent 0661fe3 commit a54decf
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,23 +98,23 @@ runSemGrepWorkflow(project);
runBanditWorkflow(project);

// Add specific overrides https://projen.io/github.html#actions-versions
project.github?.actions.set("actions/checkout@v3", "actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744");
project.github?.actions.set("actions/download-artifact@v3", "actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a");
project.github?.actions.set("actions/github-script@v6", "actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410");
project.github?.actions.set("actions/setup-node@v3", "actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7");
project.github?.actions.set("actions/setup-python@v4", "actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236");
project.github?.actions.set("actions/stale@v4", "actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da");
project.github?.actions.set("actions/upload-artifact@v3", "actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32");
project.github?.actions.set("amannn/[email protected]", "amannn/action-semantic-pull-request@01d5fd8a8ebb9aafe902c40c53f0f4744f7381eb");
project.github?.actions.set("aws-github-ops/github-merit-badger@main", "aws-github-ops/github-merit-badger@70d1c47f7051d6e324d4ddc48d676ba61ef69a3e");
project.github?.actions.set("codecov/codecov-action@v3", "codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d");
project.github?.actions.set("github/issue-metrics@v2", "github/issue-metrics@6bc5254e72971dbb7462db077779f1643f772afd");
project.github?.actions.set("hmarr/[email protected]", "hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4");
project.github?.actions.set("minicli/[email protected]", "minicli/action-contributors@20ec03af008cb51110a3137fbf77f59a4fd7ff5a");
project.github?.actions.set("oss-review-toolkit/ort-ci-github-action@v1", "oss-review-toolkit/ort-ci-github-action@7f23c1f8d169dad430e41df223d3b8409c7a156e");
project.github?.actions.set("peter-evans/create-issue-from-file@v4", "peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f");
project.github?.actions.set("peter-evans/create-pull-request@v4", "peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54");
project.github?.actions.set("peter-evans/create-pull-request@v5", "peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38");
project.github?.actions.set('actions/checkout@v3', 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744');
project.github?.actions.set('actions/download-artifact@v3', 'actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a');
project.github?.actions.set('actions/github-script@v6', 'actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410');
project.github?.actions.set('actions/setup-node@v3', 'actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7');
project.github?.actions.set('actions/setup-python@v4', 'actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236');
project.github?.actions.set('actions/stale@v4', 'actions/stale@a20b814fb01b71def3bd6f56e7494d667ddf28da');
project.github?.actions.set('actions/upload-artifact@v3', 'actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32');
project.github?.actions.set('amannn/[email protected]', 'amannn/action-semantic-pull-request@01d5fd8a8ebb9aafe902c40c53f0f4744f7381eb');
project.github?.actions.set('aws-github-ops/github-merit-badger@main', 'aws-github-ops/github-merit-badger@70d1c47f7051d6e324d4ddc48d676ba61ef69a3e');
project.github?.actions.set('codecov/codecov-action@v3', 'codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d');
project.github?.actions.set('github/issue-metrics@v2', 'github/issue-metrics@6bc5254e72971dbb7462db077779f1643f772afd');
project.github?.actions.set('hmarr/[email protected]', 'hmarr/auto-approve-action@44888193675f29a83e04faf4002fa8c0b537b1e4');
project.github?.actions.set('minicli/[email protected]', 'minicli/action-contributors@20ec03af008cb51110a3137fbf77f59a4fd7ff5a');
project.github?.actions.set('oss-review-toolkit/ort-ci-github-action@v1', 'oss-review-toolkit/ort-ci-github-action@7f23c1f8d169dad430e41df223d3b8409c7a156e');
project.github?.actions.set('peter-evans/create-issue-from-file@v4', 'peter-evans/create-issue-from-file@433e51abf769039ee20ba1293a088ca19d573b7f');
project.github?.actions.set('peter-evans/create-pull-request@v4', 'peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54');
project.github?.actions.set('peter-evans/create-pull-request@v5', 'peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38');


// We don't want to package certain things
Expand Down

0 comments on commit a54decf

Please sign in to comment.