Skip to content

Commit 4ba0996

Browse files
Bump the actions group across 1 directory with 7 updates
Bumps the actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `4.1.1` | `5.6.1` | | [Azure/setup-helm](https://github.com/azure/setup-helm) | `3` | `4` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.0.9` | `2.2.1` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4` | `5` | | [RoadieHQ/backstage-entity-validator](https://github.com/roadiehq/backstage-entity-validator) | `0.3.11` | `0.5.0` | | [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) | `3.0.0` | `4.0.0` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) Updates `docker/metadata-action` from 4.1.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v4.1.1...v5.6.1) Updates `Azure/setup-helm` from 3 to 4 - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](Azure/setup-helm@v3...v4) Updates `softprops/action-gh-release` from 2.0.9 to 2.2.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@e7a8f85...c95fe14) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) Updates `RoadieHQ/backstage-entity-validator` from 0.3.11 to 0.5.0 - [Release notes](https://github.com/roadiehq/backstage-entity-validator/releases) - [Commits](RoadieHQ/backstage-entity-validator@v0.3.11...v0.5.0) Updates `sonarsource/sonarcloud-github-action` from 3.0.0 to 4.0.0 - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](SonarSource/sonarcloud-github-action@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: Azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: RoadieHQ/backstage-entity-validator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b605942 commit 4ba0996

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/_container.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Create tags for publishing image
5959
id: meta
60-
uses: docker/metadata-action@v5
60+
uses: docker/metadata-action@v5.6.1
6161
with:
6262
images: ghcr.io/${{ github.repository }}
6363
tags: |
@@ -85,10 +85,10 @@ jobs:
8585
needs: build_container
8686
steps:
8787
- name: checkout repo
88-
uses: actions/checkout@v3
88+
uses: actions/checkout@v4
8989

9090
- name: install helm
91-
uses: Azure/setup-helm@v3
91+
uses: Azure/setup-helm@v4
9292
with:
9393
token: ${{ secrets.GITHUB_TOKEN }}
9494
id: install
@@ -98,7 +98,7 @@ jobs:
9898
echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ${{ env.GCR_IMAGE }} --username ${{ github.repository_owner }} --password-stdin
9999
- name: Extract metadata (tags, labels) for Docker
100100
id: meta
101-
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea
101+
uses: docker/metadata-action@8e1d5461f02b7886d3c1a774bfbd873650445aa2
102102
with:
103103
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
104104
tags: |

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Create GitHub Release
2424
# We pin to the SHA, not the tag, for security reasons.
2525
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
26-
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
26+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
2727
with:
2828
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
2929
files: "*"

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: tox -e tests
5555

5656
- name: Upload coverage to Codecov
57-
uses: codecov/codecov-action@v4
57+
uses: codecov/codecov-action@v5
5858
with:
5959
name: ${{ inputs.python-version }}/${{ inputs.runs-on }}
6060
files: cov.xml

.github/workflows/asyncapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: check asyncapi.yaml file
1717
uses: WaleedAshraf/asyncapi-github-action@v0.0.10
1818
with:

.github/workflows/backstage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: check catalog-info.yaml file
15-
uses: RoadieHQ/backstage-entity-validator@v0.3.11
15+
uses: RoadieHQ/backstage-entity-validator@v0.5.0
1616
with:
1717
path: "./catalog-info.yaml"

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: SonarCloud Scan
2222
# Skip SonarCloud Scan if the pull request is from a forked repository
2323
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
24-
uses: sonarsource/sonarcloud-github-action@v3.0.0
24+
uses: sonarsource/sonarcloud-github-action@v4.0.0
2525
env:
2626
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2727
SONAR_ORG_KEY: ${{ secrets.SONAR_ORG_KEY }}

0 commit comments

Comments
 (0)