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](https://github.com/fish-shop/install-plugin) | `2.3.14` | `2.3.15` |
| [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` from 2.3.14 to 2.3.15
- [Release notes](https://github.com/fish-shop/install-plugin/releases)
- [Commits](fish-shop/install-plugin@12bc7ab...9ebe380)

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
  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 aa782cb commit 7dcbd68
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 @@ -25,9 +25,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
- name: Create passing tests
run: |
for count in (seq 1 3)
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
using: 'composite'
steps:
- name: Install fisher
uses: fish-shop/install-plugin@12bc7aba3053f007955c546f6f290b0e13b428cd # v2.3.14
uses: fish-shop/install-plugin@9ebe38095cbae8f6d39592b56e9df81bc76b0b88 # v2.3.15
with:
plugin-manager: fisher
plugins: jorgebucaran/fishtape
Expand Down

0 comments on commit 7dcbd68

Please sign in to comment.