File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ permissions:
1717jobs :
1818 call-workflow :
1919 if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
20- uses : palashmon/reusable-workflows/.github/workflows/gh-release.yml@main
20+ uses : palashmon/reusable-workflows/.github/workflows/gh-release.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main
2121 with :
2222 branch_name : ' master'
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ concurrency:
1414
1515jobs :
1616 test :
17- uses : palashmon/reusable-workflows/.github/workflows/main-build.yml@main
17+ uses : palashmon/reusable-workflows/.github/workflows/main-build.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main
Original file line number Diff line number Diff line change 66jobs :
77 build :
88 if : ${{ github.event.workflow_run.conclusion == 'success' }}
9- uses : palashmon/reusable-workflows/.github/workflows/npm-publish.yml@main
9+ uses : palashmon/reusable-workflows/.github/workflows/npm-publish.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main
1010 secrets : inherit
Original file line number Diff line number Diff line change 44jobs :
55 apply :
66 if : ${{ github.event.pull_request.head.repo.full_name == github.repository }} # only PRs from this repo
7- uses : palashmon/reusable-workflows/.github/workflows/labeler-reusable.yml@main
7+ uses : palashmon/reusable-workflows/.github/workflows/labeler-reusable.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main
88 secrets : inherit
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ permissions:
77 pull-requests : write
88jobs :
99 apply :
10- uses : palashmon/reusable-workflows/.github/workflows/stale.yml@main
10+ uses : palashmon/reusable-workflows/.github/workflows/stale.yml@d30c1aaaceab5c7d3f95551c051afce367c2aeba # main
1111 secrets : inherit
You can’t perform that action at this time.
0 commit comments