Skip to content

Commit

Permalink
Merge pull request #171 from fish-shop/dependabot/github_actions/vers…
Browse files Browse the repository at this point in the history
…ion-updates-de178e7b18
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
2 parents 12bc7ab + d423b23 commit 9ebe380
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
dependency-review:
permissions:
pull-requests: write
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@b089fa4b6b741d6b7d9a4fb971376d09c6c4f4cf # v1.9.13
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@b060d92c5f0028ebbe64f9f1bc5ddaa6711adb63 # v1.9.14
2 changes: 1 addition & 1 deletion .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
markdown-links:
permissions:
pull-requests: write
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@b089fa4b6b741d6b7d9a4fb971376d09c6c4f4cf # v1.9.13
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@b060d92c5f0028ebbe64f9f1bc5ddaa6711adb63 # v1.9.14
4 changes: 2 additions & 2 deletions .github/workflows/openssf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Run analysis
Expand All @@ -37,6 +37,6 @@ jobs:
path: results.sarif
retention-days: 5
- name: Upload to code scanning dashboard
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
release-tags:
permissions:
contents: write
uses: fish-shop/workflows/.github/workflows/release-tags.yml@b089fa4b6b741d6b7d9a4fb971376d09c6c4f4cf # v1.9.13
uses: fish-shop/workflows/.github/workflows/release-tags.yml@b060d92c5f0028ebbe64f9f1bc5ddaa6711adb63 # v1.9.14
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install fish shell
uses: fish-shop/install-fish-shell@e41d7c39f1a43ed23c5e0c77e3f4737538e7c7db # v1.0.25
uses: fish-shop/install-fish-shell@b54b4a8a7951d828eda2f0a7e096cf2b73dd8777 # v1.0.26
- 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@b7dad687a42c6a07aa42a7de61c45a4d7ad35037 # v2.3.13
- uses: fish-shop/install-plugin-manager@314f8045e25fe420669d0aaead69ae385902b6e6 # v2.3.14
with:
plugin-manager: ${{ inputs.plugin-manager }}
- name: Install plugins
Expand Down

0 comments on commit 9ebe380

Please sign in to comment.