Skip to content

Commit 857631c

Browse files
chore(deps): bump the dependencies group with 7 updates
Bumps the dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml](https://github.com/github/ospo-reusable-workflows) | `0.5.4` | `0.5.5` | | [github/contributors](https://github.com/github/contributors) | `1.7.7` | `1.7.8` | | [github/ospo-reusable-workflows/.github/workflows/pr-title.yaml](https://github.com/github/ospo-reusable-workflows) | `0.5.4` | `0.5.5` | | [github/ospo-reusable-workflows/.github/workflows/release.yaml](https://github.com/github/ospo-reusable-workflows) | `0.5.4` | `0.5.5` | | [github/ospo-reusable-workflows/.github/workflows/release-image.yaml](https://github.com/github/ospo-reusable-workflows) | `0.5.4` | `0.5.5` | | [github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml](https://github.com/github/ospo-reusable-workflows) | `0.5.4` | `0.5.5` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.31.5` | `4.31.9` | Updates `github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml` from 0.5.4 to 0.5.5 - [Release notes](https://github.com/github/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github/ospo-reusable-workflows@26eec20...3b691df) Updates `github/contributors` from 1.7.7 to 1.7.8 - [Release notes](https://github.com/github/contributors/releases) - [Commits](e345de7...0d5adc3) Updates `github/ospo-reusable-workflows/.github/workflows/pr-title.yaml` from 0.5.4 to 0.5.5 - [Release notes](https://github.com/github/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github/ospo-reusable-workflows@26eec20...3b691df) Updates `github/ospo-reusable-workflows/.github/workflows/release.yaml` from 0.5.4 to 0.5.5 - [Release notes](https://github.com/github/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github/ospo-reusable-workflows@26eec20...3b691df) Updates `github/ospo-reusable-workflows/.github/workflows/release-image.yaml` from 0.5.4 to 0.5.5 - [Release notes](https://github.com/github/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github/ospo-reusable-workflows@26eec20...3b691df) Updates `github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml` from 0.5.4 to 0.5.5 - [Release notes](https://github.com/github/ospo-reusable-workflows/releases) - [Changelog](https://github.com/github/ospo-reusable-workflows/blob/main/docs/release-discussion.md) - [Commits](github/ospo-reusable-workflows@26eec20...3b691df) Updates `github/codeql-action` from 4.31.5 to 4.31.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@fdbfb4d...5d4e8d1) --- updated-dependencies: - dependency-name: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/contributors dependency-version: 1.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/ospo-reusable-workflows/.github/workflows/release.yaml dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/ospo-reusable-workflows/.github/workflows/release-image.yaml dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml dependency-version: 0.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github/codeql-action dependency-version: 4.31.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83a824e commit 857631c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/auto-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: read
1313
pull-requests: write
14-
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@26eec20abba5ae806698592c79628f6906da372c
14+
uses: github/ospo-reusable-workflows/.github/workflows/auto-labeler.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
1515
with:
1616
config-name: release-drafter.yml
1717
secrets:

.github/workflows/contributors_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "END_DATE=$end_date" >> "$GITHUB_ENV"
3131
3232
- name: Run contributor action
33-
uses: github/contributors@e345de71bbd056a34a70709afd4f4bf0a270cc1a
33+
uses: github/contributors@0d5adc3833e89ee1f4145744f5d69313cf5ea238
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
START_DATE: ${{ env.START_DATE }}

.github/workflows/pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
contents: read
1313
pull-requests: read
1414
statuses: write
15-
uses: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@26eec20abba5ae806698592c79628f6906da372c
15+
uses: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
1616
secrets:
1717
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
pull-requests: read
15-
uses: github/ospo-reusable-workflows/.github/workflows/release.yaml@26eec20abba5ae806698592c79628f6906da372c
15+
uses: github/ospo-reusable-workflows/.github/workflows/release.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
1616
with:
1717
publish: true
1818
release-config-name: release-drafter.yml
@@ -25,7 +25,7 @@ jobs:
2525
packages: write
2626
id-token: write
2727
attestations: write
28-
uses: github/ospo-reusable-workflows/.github/workflows/release-image.yaml@26eec20abba5ae806698592c79628f6906da372c
28+
uses: github/ospo-reusable-workflows/.github/workflows/release-image.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
2929
with:
3030
image-name: ${{ github.repository }}
3131
full-tag: ${{ needs.release.outputs.full-tag }}
@@ -40,7 +40,7 @@ jobs:
4040
permissions:
4141
contents: read
4242
discussions: write
43-
uses: github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@26eec20abba5ae806698592c79628f6906da372c
43+
uses: github/ospo-reusable-workflows/.github/workflows/release-discussion.yaml@3b691dff6b68489c8548e1295d125c93c9c29a4e
4444
with:
4545
full-tag: ${{ needs.release.outputs.full-tag }}
4646
body: ${{ needs.release.outputs.body }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
path: results.sarif
4343
retention-days: 5
4444
- name: "Upload to code-scanning"
45-
uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2
45+
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7
4646
with:
4747
sarif_file: results.sarif

0 commit comments

Comments
 (0)