Skip to content

Commit 0aaa85e

Browse files
Bump senzing-factory/build-resources from 1 to 2 (#119)
* 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] <support@github.com> * update permissions * test * add checkov config * switch back to v2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam <109683132+kernelsam@users.noreply.github.com>
1 parent 8fa2927 commit 0aaa85e

9 files changed

+18
-9
lines changed

.github/linters/.checkov.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
skip-check: CKV_DOCKER_7

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 4 deletions
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/docker-build-container.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
workflow_dispatch:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
docker-build-container:
1114
runs-on: ubuntu-latest

.github/workflows/docker-push-containers-to-dockerhub.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "[0-9]+.[0-9]+.[0-9]+"
77

8+
permissions:
9+
contents: read
10+
811
jobs:
912
docker-push-containers-to-dockerhub:
1013
runs-on: ubuntu-latest

.github/workflows/lint-workflows.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on:
99
permissions:
1010
contents: read
1111
packages: read
12+
pull-requests: read
1213
statuses: write
1314

1415
jobs:
1516
lint-workflows:
16-
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

Lines changed: 1 addition & 1 deletion
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)