Skip to content

Commit ff310df

Browse files
authored
Merge branch 'main' into dependabot/github_actions/slackapi/slack-github-action-3.0.2
2 parents 6607189 + 84c8829 commit ff310df

6 files changed

Lines changed: 20 additions & 6 deletions

.github/release-please-config.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"separator": "/",
3+
"tag-separator": "/",
44
"include-component-in-tag": true,
55
"include-v-in-tag": true,
66
"release-type": "simple",
77
"skip-github-release": true,
8+
"separate-pull-requests": true,
89
"changelog-path": "CHANGELOG.md",
10+
"changelog-sections": [
11+
{ "type": "feat", "section": "Features" },
12+
{ "type": "fix", "section": "Bug Fixes" },
13+
{ "type": "perf", "section": "Performance Improvements" },
14+
{ "type": "revert", "section": "Reverts" },
15+
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
16+
{ "type": "docs", "section": "Documentation", "hidden": true },
17+
{ "type": "style", "section": "Styles", "hidden": true },
18+
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
19+
{ "type": "test", "section": "Tests", "hidden": true },
20+
{ "type": "build", "section": "Build System", "hidden": true },
21+
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
22+
],
923
"packages": {
1024
".github/workflows/build_container_image": {
1125
"component": "build_container_image",

.github/workflows/build_node_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Use Node.js ${{ matrix.node.version}}
26-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
26+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
2828
node-version: ${{ matrix.node.version }}
2929

.github/workflows/build_node_package_with_pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434

3535
- name: Use Node.js ${{ matrix.node.version }}
36-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
36+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3737
with:
3838
node-version: ${{ matrix.node.version }}
3939

.github/workflows/deploy_container_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Login to AWS ECR
9595
id: login-ecr
96-
uses: aws-actions/amazon-ecr-login@376925c9d111252e87ae59691e5a442dd100ef6a # v2.1.3
96+
uses: aws-actions/amazon-ecr-login@19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7 # v2.1.4
9797
with:
9898
mask-password: 'true'
9999

.github/workflows/merge_multiarch_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
username: ${{github.actor}}
4949
password: ${{secrets.temporary_registry_token}}
5050

51-
- uses: int128/docker-manifest-create-action@44422a4b046d55dc036df622039ed3aec43c613c # v2.17.0
51+
- uses: int128/docker-manifest-create-action@3de37de96c4e900bc3eef9055d3c50abdb4f769d # v2.18.0
5252
name: Merge and push
5353
with:
5454
tags: ghcr.io/${{ env.repository_owner_lower }}/${{ inputs.image_name }}:${{ inputs.image_tag_prefix }}main

.github/workflows/publish_node_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
if: |
109109
inputs.publish_package ||
110110
inputs.build_package
111-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
111+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
112112
with:
113113
node-version: ${{ inputs.node_version }}
114114
registry-url: '${{ inputs.npm_registry_url }}'

0 commit comments

Comments
 (0)