Skip to content

Commit

Permalink
Bump the version-updates group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the version-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [fish-shop/install-plugin-manager](https://github.com/fish-shop/install-plugin-manager) | `2.3.13` | `2.3.14` |
| [fish-shop/workflows](https://github.com/fish-shop/workflows) | `1.9.13` | `1.9.14` |
| [actions/checkout](https://github.com/actions/checkout) | `4.2.1` | `4.2.2` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.26.13` | `3.27.0` |
| [fish-shop/install-fish-shell](https://github.com/fish-shop/install-fish-shell) | `1.0.25` | `1.0.26` |



Updates `fish-shop/install-plugin-manager` from 2.3.13 to 2.3.14
- [Release notes](https://github.com/fish-shop/install-plugin-manager/releases)
- [Commits](fish-shop/install-plugin-manager@b7dad68...314f804)

Updates `fish-shop/workflows` from 1.9.13 to 1.9.14
- [Release notes](https://github.com/fish-shop/workflows/releases)
- [Commits](fish-shop/workflows@b089fa4...b060d92)

Updates `actions/checkout` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@eef6144...11bd719)

Updates `github/codeql-action` from 3.26.13 to 3.27.0
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@f779452...6624720)

Updates `fish-shop/install-fish-shell` from 1.0.25 to 1.0.26
- [Release notes](https://github.com/fish-shop/install-fish-shell/releases)
- [Commits](fish-shop/install-fish-shell@e41d7c3...b54b4a8)

---
updated-dependencies:
- dependency-name: fish-shop/install-plugin-manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: fish-shop/workflows
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: version-updates
- dependency-name: fish-shop/install-fish-shell
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 12bc7ab commit d423b23
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 d423b23

Please sign in to comment.