From 91d3336045f59a69bfbd8c30c68c5d3703f6305b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:22:39 +0000 Subject: [PATCH] Bump the actions group with 5 updates Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [wdzeng/chrome-extension](https://github.com/wdzeng/chrome-extension) | `1.3.0` | `2.0.1` | | [wdzeng/edge-addon](https://github.com/wdzeng/edge-addon) | `2.1.0` | `2.1.1` | | [wdzeng/firefox-addon](https://github.com/wdzeng/firefox-addon) | `1.2.0` | `1.2.1` | | [actions/checkout](https://github.com/actions/checkout) | `6` | `7` | | [dev-build-deploy/release-me](https://github.com/dev-build-deploy/release-me) | `0.18.2` | `1.0.0` | Updates `wdzeng/chrome-extension` from 1.3.0 to 2.0.1 - [Release notes](https://github.com/wdzeng/chrome-extension/releases) - [Commits](https://github.com/wdzeng/chrome-extension/compare/v1.3.0...v2.0.1) Updates `wdzeng/edge-addon` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/wdzeng/edge-addon/releases) - [Commits](https://github.com/wdzeng/edge-addon/compare/v2.1.0...v2.1.1) Updates `wdzeng/firefox-addon` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/wdzeng/firefox-addon/releases) - [Commits](https://github.com/wdzeng/firefox-addon/compare/v1.2.0...v1.2.1) Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `dev-build-deploy/release-me` from 0.18.2 to 1.0.0 - [Release notes](https://github.com/dev-build-deploy/release-me/releases) - [Commits](https://github.com/dev-build-deploy/release-me/compare/v0.18.2...v1.0.0) --- updated-dependencies: - dependency-name: wdzeng/chrome-extension dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: wdzeng/edge-addon dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: wdzeng/firefox-addon dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dev-build-deploy/release-me dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd_pipeline.yaml | 6 +++--- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/pr_next.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd_pipeline.yaml b/.github/workflows/cd_pipeline.yaml index 943f30a..fa7905e 100644 --- a/.github/workflows/cd_pipeline.yaml +++ b/.github/workflows/cd_pipeline.yaml @@ -101,7 +101,7 @@ jobs: with: name: chrome - - uses: wdzeng/chrome-extension@v1.3.0 + - uses: wdzeng/chrome-extension@v2.0.1 with: extension-id: jnjobgjobffgmgfnkpkjfjkkfhfikmfl zip-path: password-generator-*-chrome.zip @@ -119,7 +119,7 @@ jobs: with: name: chrome - - uses: wdzeng/edge-addon@v2.1.0 + - uses: wdzeng/edge-addon@v2.1.1 with: product-id: ${{ secrets.EDGE_PRODUCT_ID }} zip-path: password-generator-*-chrome.zip @@ -136,7 +136,7 @@ jobs: with: name: firefox - - uses: wdzeng/firefox-addon@v1.2.0 + - uses: wdzeng/firefox-addon@v1.2.1 with: addon-guid: ${{ secrets.FIREFOX_EXT_UUID }} xpi-path: password-generator-*-firefox.zip diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1e9434a..45a524d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/pr_next.yaml b/.github/workflows/pr_next.yaml index de90143..f249f41 100644 --- a/.github/workflows/pr_next.yaml +++ b/.github/workflows/pr_next.yaml @@ -22,7 +22,7 @@ jobs: extver=`jq -r ".version" package.json` echo "version=$extver" >> "$GITHUB_OUTPUT" - - uses: dev-build-deploy/release-me@v0.18.2 + - uses: dev-build-deploy/release-me@v1.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} prefix: v