Skip to content

Commit

Permalink
Merge pull request #222 from fish-shop/dependabot/github_actions/vers…
Browse files Browse the repository at this point in the history
…ion-updates-8143373581
  • Loading branch information
dependabot[bot] authored Feb 7, 2025
2 parents ba183b8 + 511a043 commit 4ef3c6b
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
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 @@ -27,7 +27,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install fish shell
uses: fish-shop/install-fish-shell@79c0a7223691988319222fff66b30bec11f2ac95 # v1.0.44
uses: fish-shop/install-fish-shell@ef880a0291cb5c708b09e6527e4952c16e81cf5e # v1.0.45
- name: Create passing tests
run: |
for count in (seq 1 3)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
using: 'composite'
steps:
- name: Install fisher
uses: fish-shop/install-plugin@25fdbab303138d1b8fae3620729b2e8525750da6 # v2.3.34
uses: fish-shop/install-plugin@669123fa5a63a74da4f5bff881c6dbedcb54a49d # v2.3.35
with:
plugin-manager: fisher
plugins: jorgebucaran/fishtape
Expand Down

0 comments on commit 4ef3c6b

Please sign in to comment.