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.24 to 2.3.25
- [Release notes](https://github.com/fish-shop/install-plugin-manager/releases)
- [Commits](fish-shop/install-plugin-manager@80b0e20...a75032b)

Updates `github/codeql-action` from 3.27.7 to 3.27.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@babb554...df409f7)

Updates `fish-shop/install-fish-shell` from 1.0.35 to 1.0.36
- [Release notes](https://github.com/fish-shop/install-fish-shell/releases)
- [Commits](fish-shop/install-fish-shell@4d1d087...e81efa7)

---
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 Dec 13, 2024
1 parent 8e036e1 commit 1dfc097
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@babb554ede22fd5605947329c4d04d8e7a0b8155 # v3.27.7
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Install fish shell
uses: fish-shop/install-fish-shell@4d1d087a4f703352e2033ea772b4e680a9633385 # v1.0.35
uses: fish-shop/install-fish-shell@e81efa7280c5b380d031c357137bd1b991f8c9ab # v1.0.36
- 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@80b0e208f133fdd1c8974f33b2726669603b48cc # v2.3.24
- uses: fish-shop/install-plugin-manager@a75032b3f72c7367e2dfc37046f950c23f9eaddf # v2.3.25
with:
plugin-manager: ${{ inputs.plugin-manager }}
- name: Install plugins
Expand Down

0 comments on commit 1dfc097

Please sign in to comment.