Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
release_created: ${{ steps.release.outputs.release_created }}
tag_name: ${{ steps.release.outputs.tag_name }}
steps:
- uses: googleapis/release-please-action@v4
- uses: googleapis/release-please-action@v5

Check failure on line 18 in .github/workflows/release-please.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact error

- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0
id: release
with:
config-file: release-please-config.json
Expand All @@ -26,7 +26,7 @@
if: ${{ needs.release-please.outputs.release_created }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2

Check failure on line 29 in .github/workflows/release-please.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact error

- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Create zip file
run: |
Expand All @@ -40,7 +40,7 @@
-x "scripts/*"

- name: Upload to Chrome Web Store
uses: mnao305/chrome-extension-upload@v5.0.0

Check failure on line 43 in .github/workflows/release-please.yml

View workflow job for this annotation

GitHub Actions / pinact

pinact error

uses: mnao305/chrome-extension-upload@4008e29e13c144d0f6725462cbd49b7c291b4928 # v5.0.0
with:
file-path: extension.zip
extension-id: ${{ secrets.CHROME_EXTENSION_ID }}
Expand Down
Loading