Skip to content

Commit 25fdbab

Browse files
Merge pull request #228 from fish-shop/dependabot/github_actions/version-updates-7221ccf14a
2 parents 4cd4651 + 87d5832 commit 25fdbab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/openssf-scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
path: results.sarif
3838
retention-days: 5
3939
- name: Upload to code scanning dashboard
40-
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
40+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4141
with:
4242
sarif_file: results.sarif

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout repository
3131
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
- name: Install fish shell
33-
uses: fish-shop/install-fish-shell@8b451b3dfc8166405515d8840007f3897526bcfa # v1.0.43
33+
uses: fish-shop/install-fish-shell@79c0a7223691988319222fff66b30bec11f2ac95 # v1.0.44
3434
- if: matrix.plugin-manager != 'oh-my-fish'
3535
name: Install plugin using <username>/<repo> name
3636
uses: ./

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
runs:
1414
using: 'composite'
1515
steps:
16-
- uses: fish-shop/install-plugin-manager@88d661a0c16610dafa6e3bb94fe7682e7c5588ed # v2.3.32
16+
- uses: fish-shop/install-plugin-manager@110d4621804fe2e36a1a9527641fd2d218421669 # v2.3.33
1717
with:
1818
plugin-manager: ${{ inputs.plugin-manager }}
1919
- name: Install plugins

0 commit comments

Comments
 (0)