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..3c8fd0f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,11 +52,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4 + uses: github/codeql-action/init@v4.37.3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -70,7 +70,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4 + uses: github/codeql-action/autobuild@v4.37.3 # â„šī¸ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -83,4 +83,4 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4 + uses: github/codeql-action/analyze@v4.37.3 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