Skip to content

Commit

Permalink
Bump the version-updates group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the version-updates group with 3 updates in the / directory: [fish-shop/install-plugin-manager](https://github.com/fish-shop/install-plugin-manager), [github/codeql-action](https://github.com/github/codeql-action) and [fish-shop/install-fish-shell](https://github.com/fish-shop/install-fish-shell).


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

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

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

---
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: 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 47c18e0 commit dcf0263
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@8214744c546c1e5c8f03dde8fab3a7353211988d # v3.26.7
uses: github/codeql-action/upload-sarif@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
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 @@ -30,7 +30,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install fish shell
uses: fish-shop/install-fish-shell@7efaf348a2248a6ea62fe53bf9f9fbd501d71925 # v1.0.18
uses: fish-shop/install-fish-shell@9853bc042e8901ef296a410f2e305481e0ac48dc # v1.0.19
- 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@787dd6e02298ef6256f4e30d55d93008d921fcd4 # v2.3.6
- uses: fish-shop/install-plugin-manager@3aadc7f709e845f0f1a77a30e6ce2a2cbaec2241 # v2.3.7
with:
plugin-manager: ${{ inputs.plugin-manager }}
- name: Install plugins
Expand Down

0 comments on commit dcf0263

Please sign in to comment.