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.8 to 2.3.9
- [Release notes](https://github.com/fish-shop/install-plugin-manager/releases)
- [Commits](fish-shop/install-plugin-manager@4f3ce1c...3e06c5e)

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

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

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 48cbe9e commit 2522051
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@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install fish shell
uses: fish-shop/install-fish-shell@bb7aafe5baa526649c6284b3419836b0a5dec528 # v1.0.20
uses: fish-shop/install-fish-shell@9d15b8c062c2638df23b16fbde59fe762994d205 # v1.0.21
- 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@4f3ce1c54d12b49db650824cc15c14a93e29700a # v2.3.8
- uses: fish-shop/install-plugin-manager@3e06c5e0781c05a9c322b3672a6c1acbf8835d82 # v2.3.9
with:
plugin-manager: ${{ inputs.plugin-manager }}
- name: Install plugins
Expand Down

0 comments on commit 2522051

Please sign in to comment.