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.7` | `2.3.8` |
| [fish-shop/workflows](https://github.com/fish-shop/workflows) | `1.9.10` | `1.9.11` |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.26.8` | `3.26.9` |
| [fish-shop/install-fish-shell](https://github.com/fish-shop/install-fish-shell) | `1.0.19` | `1.0.20` |



Updates `fish-shop/install-plugin-manager` from 2.3.7 to 2.3.8
- [Release notes](https://github.com/fish-shop/install-plugin-manager/releases)
- [Commits](fish-shop/install-plugin-manager@3aadc7f...4f3ce1c)

Updates `fish-shop/workflows` from 1.9.10 to 1.9.11
- [Release notes](https://github.com/fish-shop/workflows/releases)
- [Commits](fish-shop/workflows@81adfee...4cf00a1)

Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...d632683)

Updates `github/codeql-action` from 3.26.8 to 3.26.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@294a9d9...461ef6c)

Updates `fish-shop/install-fish-shell` from 1.0.19 to 1.0.20
- [Release notes](https://github.com/fish-shop/install-fish-shell/releases)
- [Commits](fish-shop/install-fish-shell@9853bc0...bb7aafe)

---
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-minor
  dependency-group: version-updates
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 25, 2024
1 parent f148235 commit a2ff501
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@81adfee74c748ec64b442908000ceadf7ba50990 # v1.9.10
uses: fish-shop/workflows/.github/workflows/dependency-review.yml@4cf00a14e3759ead129d3948ac3e47a358220046 # v1.9.11
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@81adfee74c748ec64b442908000ceadf7ba50990 # v1.9.10
uses: fish-shop/workflows/.github/workflows/markdown-links.yml@4cf00a14e3759ead129d3948ac3e47a358220046 # v1.9.11
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
uses: github/codeql-action/upload-sarif@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
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@81adfee74c748ec64b442908000ceadf7ba50990 # v1.9.10
uses: fish-shop/workflows/.github/workflows/release-tags.yml@4cf00a14e3759ead129d3948ac3e47a358220046 # v1.9.11
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install fish shell
uses: fish-shop/install-fish-shell@9853bc042e8901ef296a410f2e305481e0ac48dc # v1.0.19
uses: fish-shop/install-fish-shell@bb7aafe5baa526649c6284b3419836b0a5dec528 # v1.0.20
- 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@3aadc7f709e845f0f1a77a30e6ce2a2cbaec2241 # v2.3.7
- uses: fish-shop/install-plugin-manager@4f3ce1c54d12b49db650824cc15c14a93e29700a # v2.3.8
with:
plugin-manager: ${{ inputs.plugin-manager }}
- name: Install plugins
Expand Down

0 comments on commit a2ff501

Please sign in to comment.