Skip to content

Commit 4675df2

Browse files
Bump senzing-factory/build-resources from 1 to 2 (#351)
* Bump senzing-factory/build-resources from 1 to 2 Bumps [senzing-factory/build-resources](https://github.com/senzing-factory/build-resources) from 1 to 2. - [Release notes](https://github.com/senzing-factory/build-resources/releases) - [Changelog](https://github.com/senzing-factory/build-resources/blob/main/CHANGELOG.md) - [Commits](senzing-factory/build-resources@v1...v2) --- updated-dependencies: - dependency-name: senzing-factory/build-resources dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * fix linting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam <[email protected]>
1 parent 091465e commit 4675df2

7 files changed

+13
-9
lines changed

.github/linters/.jscpd.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"threshold": 81
3+
}

.github/workflows/add-labels-standardized.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
secrets:
1515
ORG_MEMBERSHIP_TOKEN: ${{ secrets.ORG_MEMBERSHIP_TOKEN }}
1616
SENZING_MEMBERS: ${{ secrets.SENZING_MEMBERS }}
17-
uses: senzing-factory/build-resources/.github/workflows/add-labels-to-issue.yaml@v1
17+
uses: senzing-factory/build-resources/.github/workflows/add-labels-to-issue.yaml@v2

.github/workflows/add-to-project-garage-dependabot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
add-to-project-dependabot:
1212
secrets:
1313
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
14-
uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@v1
14+
uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@v2
1515
with:
1616
project: ${{ vars.SENZING_PROJECT_GARAGE }}

.github/workflows/add-to-project-garage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
add-to-project:
1414
secrets:
1515
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
16-
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v1
16+
uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v2
1717
with:
1818
classic: false
1919
project-number: ${{ vars.SENZING_PROJECT_GARAGE }}

.github/workflows/dependabot-approve-and-merge.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ on:
44
pull_request:
55
branches: [main]
66

7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
711
jobs:
812
dependabot-approve-and-merge:
9-
permissions:
10-
contents: write
11-
pull-requests: write
1213
secrets:
1314
SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }}
14-
uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v1
15+
uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v2

.github/workflows/lint-workflows.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ permissions:
1414

1515
jobs:
1616
lint-workflows:
17-
uses: senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v1
17+
uses: senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v2

.github/workflows/move-pr-to-done-dependabot.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
move-pr-to-done-dependabot:
1313
secrets:
1414
SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }}
15-
uses: senzing-factory/build-resources/.github/workflows/move-pr-to-done-dependabot.yaml@v1
15+
uses: senzing-factory/build-resources/.github/workflows/move-pr-to-done-dependabot.yaml@v2
1616
with:
1717
project: ${{ vars.SENZING_PROJECT_GARAGE }}

0 commit comments

Comments
 (0)