Skip to content

Commit

Permalink
Merge pull request #224 from fish-shop/dependabot/github_actions/vers…
Browse files Browse the repository at this point in the history
…ion-updates-57c2a3e364
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
2 parents fcc4055 + e677035 commit 4cd4651
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: Upload to code scanning dashboard
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install fish shell
uses: fish-shop/install-fish-shell@d2a58d6ead7a63b06d94295e0558f34dd5863adb # v1.0.42
uses: fish-shop/install-fish-shell@8b451b3dfc8166405515d8840007f3897526bcfa # v1.0.43
- if: matrix.plugin-manager != 'oh-my-fish'
name: Install plugin using <username>/<repo> name
uses: ./
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
runs:
using: 'composite'
steps:
- uses: fish-shop/install-plugin-manager@6780d2c22a69ec6d2738a59cc6e649587625ce7e # v2.3.31
- uses: fish-shop/install-plugin-manager@88d661a0c16610dafa6e3bb94fe7682e7c5588ed # v2.3.32
with:
plugin-manager: ${{ inputs.plugin-manager }}
- name: Install plugins
Expand Down

0 comments on commit 4cd4651

Please sign in to comment.