Skip to content

Commit 4ee41b3

Browse files
Bump the github-action-dependencies group across 1 directory with 7 updates (#466)
Bumps the github-action-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.7` | `2.1.8` | | [actions/setup-python](https://github.com/actions/setup-python) | `5.3.0` | `5.4.0` | | [mablhq/github-run-tests-action](https://github.com/mablhq/github-run-tests-action) | `1.14` | `1.15` | | [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler) | `5.1.0` | `5.2.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.2` | `1.12.4` | | [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `6.0.0` | `6.1.0` | | [SonarSource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) | `3.1.0` | `5.0.0` | Updates `google-github-actions/auth` from 2.1.7 to 2.1.8 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2.1.7...v2.1.8) Updates `actions/setup-python` from 5.3.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) Updates `mablhq/github-run-tests-action` from 1.14 to 1.15 - [Release notes](https://github.com/mablhq/github-run-tests-action/releases) - [Commits](mablhq/github-run-tests-action@v1.14...v1.15) Updates `crazy-max/ghaction-github-labeler` from 5.1.0 to 5.2.0 - [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases) - [Commits](crazy-max/ghaction-github-labeler@v5.1.0...v5.2.0) Updates `pypa/gh-action-pypi-publish` from 1.12.2 to 1.12.4 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.4) Updates `release-drafter/release-drafter` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v6.0.0...v6.1.0) Updates `SonarSource/sonarcloud-github-action` from 3.1.0 to 5.0.0 - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](SonarSource/sonarcloud-github-action@v3.1.0...v5.0.0) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-dependencies - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: mablhq/github-run-tests-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: crazy-max/ghaction-github-labeler dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-action-dependencies - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-action-dependencies - dependency-name: SonarSource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45cb12e commit 4ee41b3

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: "Authenticate to Google Cloud"
3131
id: "auth"
32-
uses: "google-github-actions/auth@v2.1.7"
32+
uses: "google-github-actions/auth@v2.1.8"
3333
with:
3434
workload_identity_provider: "projects/848539402404/locations/global/workloadIdentityPools/gh-actions/providers/gh-actions"
3535
service_account: "gh-actions-dapla-metadata@artifact-registry-5n.iam.gserviceaccount.com"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
poetry --version
3535
3636
- name: Set up Python
37-
uses: actions/setup-python@v5.3.0
37+
uses: actions/setup-python@v5.4.0
3838
with:
3939
python-version: "3.11"
4040
cache: "poetry"

.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: "Authenticate to Google Cloud"
3131
id: "auth"
32-
uses: "google-github-actions/auth@v2.1.7"
32+
uses: "google-github-actions/auth@v2.1.8"
3333
with:
3434
workload_identity_provider: "projects/906675412832/locations/global/workloadIdentityPools/ssb-identity-pool/providers/github-oidc-provider"
3535
service_account: "gh-ssb@nais-management-b3a7.iam.gserviceaccount.com"
@@ -97,7 +97,7 @@ jobs:
9797
steps:
9898
- name: Run mabl tests
9999
id: mabl-test-deployment
100-
uses: mablhq/github-run-tests-action@v1.14
100+
uses: mablhq/github-run-tests-action@v1.15
101101
env:
102102
# Use a "CI/CD Integration" type of mabl API key
103103
MABL_API_KEY: ${{ secrets.MABL_API_KEY }}

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Run Labeler
23-
uses: crazy-max/ghaction-github-labeler@v5.1.0
23+
uses: crazy-max/ghaction-github-labeler@v5.2.0
2424
with:
2525
skip-delete: true

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 2
2929

3030
- name: Set up Python
31-
uses: actions/setup-python@v5.3.0
31+
uses: actions/setup-python@v5.4.0
3232
with:
3333
python-version: "3.11"
3434

@@ -68,16 +68,16 @@ jobs:
6868
6969
- name: Publish package on PyPI
7070
if: steps.check-version.outputs.tag
71-
uses: pypa/gh-action-pypi-publish@v1.12.2
71+
uses: pypa/gh-action-pypi-publish@v1.12.4
7272

7373
- name: Publish package on TestPyPI
7474
if: (!steps.check-version.outputs.tag)
75-
uses: pypa/gh-action-pypi-publish@v1.12.2
75+
uses: pypa/gh-action-pypi-publish@v1.12.4
7676
with:
7777
repository-url: https://test.pypi.org/legacy/
7878

7979
- name: Publish the release notes
80-
uses: release-drafter/release-drafter@v6.0.0
80+
uses: release-drafter/release-drafter@v6.1.0
8181
with:
8282
publish: ${{ steps.check-version.outputs.tag != '' }}
8383
tag: ${{ steps.check-version.outputs.tag }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v4
4242

4343
- name: Set up Python ${{ matrix.python }}
44-
uses: actions/setup-python@v5.3.0
44+
uses: actions/setup-python@v5.4.0
4545
with:
4646
python-version: ${{ matrix.python }}
4747
cache: "pip" # caching pip dependencies
@@ -125,7 +125,7 @@ jobs:
125125
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
126126

127127
- name: Set up Python
128-
uses: actions/setup-python@v5.3.0
128+
uses: actions/setup-python@v5.4.0
129129
with:
130130
python-version: "3.12"
131131
cache: "pip" # caching pip dependencies
@@ -173,4 +173,4 @@ jobs:
173173
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
174174
# No need to run SonarCloud analysis if dependabot update or token not defined
175175
if: env.SONAR_TOKEN != '' && (github.actor != 'dependabot[bot]')
176-
uses: SonarSource/sonarcloud-github-action@v3.1.0
176+
uses: SonarSource/sonarcloud-github-action@v5.0.0

0 commit comments

Comments
 (0)