From dc070997cebfa736b940d32881b37590aa4e0146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 20:41:44 +0000 Subject: [PATCH 1/3] chore(deps): bump decode-uri-component in /src/web/toManual Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] --- src/web/toManual/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/toManual/package-lock.json b/src/web/toManual/package-lock.json index 5d65de66f..dfcd39ade 100644 --- a/src/web/toManual/package-lock.json +++ b/src/web/toManual/package-lock.json @@ -1834,8 +1834,8 @@ }, "decode-uri-component": { "version": "0.2.0", - "resolved": "https://registry.npm.taobao.org/decode-uri-component/download/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=", + "resolved": "https://registry.npmmirror.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "integrity": "sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og==", "dev": true }, "defaults": { From 0cecaeae396daa27a6225040803dc0045ada2ecd Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Wed, 10 May 2023 02:14:58 +0000 Subject: [PATCH 2/3] chore: Sync by https://github.com/linuxdeepin/.github/commit/2e5e092ba3f86b16d1aabbabcf0bfd2ae65b19c8 sync by github workflow Log: none Influence: none --- .github/workflows/call-tag-build.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/call-tag-build.yml diff --git a/.github/workflows/call-tag-build.yml b/.github/workflows/call-tag-build.yml deleted file mode 100644 index 6420b293b..000000000 --- a/.github/workflows/call-tag-build.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: tag build -on: - push: - tags: "*" - -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - -jobs: - build: - uses: linuxdeepin/.github/.github/workflows/tag-build.yml@master - secrets: inherit From 956ef5e2d4004d287c1c1f148b7ee51d1fd873a6 Mon Sep 17 00:00:00 2001 From: deepin-admin-bot Date: Mon, 10 Jul 2023 06:24:40 +0000 Subject: [PATCH 3/3] chore: Sync by https://github.com/linuxdeepin/.github/commit/559e91167d4919644f37bbcf123eb0651c1528ea sync by github workflow Log: none Influence: none --- .github/workflows/call-clacheck.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/call-clacheck.yml b/.github/workflows/call-clacheck.yml index 3fa07a302..fe16a0733 100644 --- a/.github/workflows/call-clacheck.yml +++ b/.github/workflows/call-clacheck.yml @@ -12,5 +12,4 @@ concurrency: jobs: clacheck: uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master - secrets: - APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }} + secrets: inherit