Skip to content

Commit 093d82d

Browse files
authored
Merge pull request #157 from steve-downey/pinact
Pin github actions
2 parents 04c3d5e + 0d59894 commit 093d82d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ on:
1616

1717
jobs:
1818
beman-submodule-check:
19-
uses: bemanproject/infra-workflows/.github/workflows/[email protected]
19+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@13d8237273e7f4cd4a739f1ceb6539f5aec3f50d # 1.1.0
2020

2121
preset-test:
22-
uses: bemanproject/infra-workflows/.github/workflows/[email protected]
22+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@13d8237273e7f4cd4a739f1ceb6539f5aec3f50d # 1.1.0
2323
with:
2424
matrix_config: >
2525
[
@@ -34,7 +34,7 @@ jobs:
3434
]
3535
3636
build-and-test:
37-
uses: bemanproject/infra-workflows/.github/workflows/[email protected]
37+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@13d8237273e7f4cd4a739f1ceb6539f5aec3f50d # 1.1.0
3838
with:
3939
matrix_config: >
4040
{
@@ -133,4 +133,4 @@ jobs:
133133
permissions:
134134
contents: read
135135
issues: write
136-
uses: bemanproject/infra-workflows/.github/workflows/[email protected]
136+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@13d8237273e7f4cd4a739f1ceb6539f5aec3f50d # 1.1.0

.github/workflows/pre-commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ on:
1313

1414
jobs:
1515
pre-commit:
16-
uses: bemanproject/infra-workflows/.github/workflows/[email protected]
16+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@13d8237273e7f4cd4a739f1ceb6539f5aec3f50d # 1.1.0

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
contents: write
1717
pull-requests: write
18-
uses: bemanproject/infra-workflows/.github/workflows/[email protected]
18+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@13d8237273e7f4cd4a739f1ceb6539f5aec3f50d # 1.1.0
1919
secrets:
2020
APP_ID: ${{ secrets.AUTO_PR_BOT_APP_ID }}
2121
PRIVATE_KEY: ${{ secrets.AUTO_PR_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)