mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
chore(deps): bump the github-actions group with 7 updates
Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [actions/github-script](https://github.com/actions/github-script) | `6` | `7` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.0.0` | `5.2.0` | | [ad-m/github-push-action](https://github.com/ad-m/github-push-action) | `0.6.0` | `0.8.0` | | [actions/first-interaction](https://github.com/actions/first-interaction) | `1.2.0` | `1.3.0` | | [dessant/lock-threads](https://github.com/dessant/lock-threads) | `4` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `2` | `4` | Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) Updates `actions/github-script` from 6 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) Updates `docker/metadata-action` from 5.0.0 to 5.2.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.0.0...v5.2.0) Updates `ad-m/github-push-action` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.6.0...v0.8.0) Updates `actions/first-interaction` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](https://github.com/actions/first-interaction/compare/v1.2.0...v1.3.0) Updates `dessant/lock-threads` from 4 to 5 - [Release notes](https://github.com/dessant/lock-threads/releases) - [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md) - [Commits](https://github.com/dessant/lock-threads/compare/v4...v5) Updates `actions/setup-node` from 2 to 4 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ad-m/github-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/first-interaction dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dessant/lock-threads dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4b192027aa
commit
bcae88b0bd
2
.github/workflows/auto-gh-pr.yml
vendored
2
.github/workflows/auto-gh-pr.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Sync Issue to PR
|
- name: Sync Issue to PR
|
||||||
if: github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main'
|
if: github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main'
|
||||||
|
|||||||
2
.github/workflows/bot-auto-cherry-pick.yml
vendored
2
.github/workflows/bot-auto-cherry-pick.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Comment cherry-pick command
|
- name: Comment cherry-pick command
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
const pr = context.payload.pull_request;
|
const pr = context.payload.pull_request;
|
||||||
|
|||||||
6
.github/workflows/build-docker-image.yml
vendored
6
.github/workflows/build-docker-image.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
# docker.io/openim/openim-server:latest
|
# docker.io/openim/openim-server:latest
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: openim/openim-server
|
images: openim/openim-server
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
# registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:latest
|
# registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server:latest
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta2
|
id: meta2
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server
|
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-server
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
@ -128,7 +128,7 @@ jobs:
|
|||||||
# ghcr.io/openimsdk/openim-server:latest
|
# ghcr.io/openimsdk/openim-server:latest
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta3
|
id: meta3
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-server
|
images: ghcr.io/openimsdk/openim-server
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
|
|||||||
6
.github/workflows/build-openim-web-image.yml
vendored
6
.github/workflows/build-openim-web-image.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
# docker.io/openim/openim-web:latest
|
# docker.io/openim/openim-web:latest
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: openim/openim-web
|
images: openim/openim-web
|
||||||
# generate Docker tags based on the following events/attributes
|
# generate Docker tags based on the following events/attributes
|
||||||
@ -84,7 +84,7 @@ jobs:
|
|||||||
# registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web:latest
|
# registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web:latest
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta2
|
id: meta2
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web
|
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web
|
||||||
|
|
||||||
@ -117,7 +117,7 @@ jobs:
|
|||||||
# ghcr.io/openimsdk/openim-web:latest
|
# ghcr.io/openimsdk/openim-web:latest
|
||||||
- name: Extract metadata (tags, labels) for Docker
|
- name: Extract metadata (tags, labels) for Docker
|
||||||
id: meta2
|
id: meta2
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-web
|
images: ghcr.io/openimsdk/openim-web
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/create-branch-on-tag.yml
vendored
2
.github/workflows/create-branch-on-tag.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Push CHANGELOG to Main
|
- name: Push CHANGELOG to Main
|
||||||
if: steps.create-and-commit-changelog.outputs.changes == 'true'
|
if: steps.create-and-commit-changelog.outputs.changes == 'true'
|
||||||
uses: ad-m/github-push-action@v0.6.0
|
uses: ad-m/github-push-action@v0.8.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
branch: main
|
branch: main
|
||||||
|
|||||||
26
.github/workflows/docker-buildx.yml
vendored
26
.github/workflows/docker-buildx.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-api
|
- name: Extract metadata (tags, labels) for Docker openim-api
|
||||||
id: meta1
|
id: meta1
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-api
|
ghcr.io/openimsdk/openim-api
|
||||||
@ -121,7 +121,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-cmdutils
|
- name: Extract metadata (tags, labels) for Docker openim-cmdutils
|
||||||
id: meta2
|
id: meta2
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-cmdutils
|
ghcr.io/openimsdk/openim-cmdutils
|
||||||
@ -142,7 +142,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-crontask
|
- name: Extract metadata (tags, labels) for Docker openim-crontask
|
||||||
id: meta3
|
id: meta3
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-crontask
|
ghcr.io/openimsdk/openim-crontask
|
||||||
@ -163,7 +163,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-msggateway
|
- name: Extract metadata (tags, labels) for Docker openim-msggateway
|
||||||
id: meta4
|
id: meta4
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-msggateway
|
ghcr.io/openimsdk/openim-msggateway
|
||||||
@ -184,7 +184,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-msgtransfer
|
- name: Extract metadata (tags, labels) for Docker openim-msgtransfer
|
||||||
id: meta5
|
id: meta5
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-msgtransfer
|
ghcr.io/openimsdk/openim-msgtransfer
|
||||||
@ -205,7 +205,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-push
|
- name: Extract metadata (tags, labels) for Docker openim-push
|
||||||
id: meta6
|
id: meta6
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-push
|
ghcr.io/openimsdk/openim-push
|
||||||
@ -226,7 +226,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-rpc-auth
|
- name: Extract metadata (tags, labels) for Docker openim-rpc-auth
|
||||||
id: meta7
|
id: meta7
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-rpc-auth
|
ghcr.io/openimsdk/openim-rpc-auth
|
||||||
@ -247,7 +247,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-rpc-conversation
|
- name: Extract metadata (tags, labels) for Docker openim-rpc-conversation
|
||||||
id: meta8
|
id: meta8
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-rpc-conversation
|
ghcr.io/openimsdk/openim-rpc-conversation
|
||||||
@ -268,7 +268,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-rpc-friend
|
- name: Extract metadata (tags, labels) for Docker openim-rpc-friend
|
||||||
id: meta9
|
id: meta9
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-rpc-friend
|
ghcr.io/openimsdk/openim-rpc-friend
|
||||||
@ -289,7 +289,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-rpc-group
|
- name: Extract metadata (tags, labels) for Docker openim-rpc-group
|
||||||
id: meta10
|
id: meta10
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-rpc-group
|
ghcr.io/openimsdk/openim-rpc-group
|
||||||
@ -310,7 +310,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-rpc-msg
|
- name: Extract metadata (tags, labels) for Docker openim-rpc-msg
|
||||||
id: meta11
|
id: meta11
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-rpc-msg
|
ghcr.io/openimsdk/openim-rpc-msg
|
||||||
@ -331,7 +331,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-rpc-third
|
- name: Extract metadata (tags, labels) for Docker openim-rpc-third
|
||||||
id: meta12
|
id: meta12
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-rpc-third
|
ghcr.io/openimsdk/openim-rpc-third
|
||||||
@ -352,7 +352,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Docker openim-rpc-user
|
- name: Extract metadata (tags, labels) for Docker openim-rpc-user
|
||||||
id: meta13
|
id: meta13
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.2.0
|
||||||
with:
|
with:
|
||||||
images: |
|
images: |
|
||||||
ghcr.io/openimsdk/openim-rpc-user
|
ghcr.io/openimsdk/openim-rpc-user
|
||||||
|
|||||||
2
.github/workflows/greetings.yml
vendored
2
.github/workflows/greetings.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/first-interaction@v1.2.0
|
- uses: actions/first-interaction@v1.3.0
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
repo-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
pr-message: |
|
pr-message: |
|
||||||
|
|||||||
2
.github/workflows/lock-issue.yml
vendored
2
.github/workflows/lock-issue.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
action:
|
action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dessant/lock-threads@v4
|
- uses: dessant/lock-threads@v5
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||||
issue-inactive-days: '365'
|
issue-inactive-days: '365'
|
||||||
|
|||||||
2
.github/workflows/milestone.yml
vendored
2
.github/workflows/milestone.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
statuses: none
|
statuses: none
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/github-script@v6 # v6
|
- uses: actions/github-script@v7 # v6
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
if (!context.payload.pull_request.merged) {
|
if (!context.payload.pull_request.merged) {
|
||||||
|
|||||||
4
.github/workflows/opencommit.yml
vendored
4
.github/workflows/opencommit.yml
vendored
@ -28,10 +28,10 @@ jobs:
|
|||||||
permissions: write-all
|
permissions: write-all
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node.js Environment
|
- name: Setup Node.js Environment
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- uses: di-sukharev/opencommit@github-action-v1.0.4
|
- uses: di-sukharev/opencommit@github-action-v1.0.4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user