Skip to content

Commit 36cb32c

Browse files
chore(deps): pin palashmon/reusable-workflows action to d30c1aa (#59)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a480e01 commit 36cb32c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ permissions:
1717
jobs:
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'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ concurrency:
1414

1515
jobs:
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

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ on:
66
jobs:
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

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ on:
44
jobs:
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

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ permissions:
77
pull-requests: write
88
jobs:
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

0 commit comments

Comments
 (0)