Skip to content

Commit

Permalink
deps(actions): bump the others group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the others group with 4 updates in the / directory: [google-github-actions/auth](https://github.com/google-github-actions/auth), [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud), [super-linter/super-linter](https://github.com/super-linter/super-linter) and [google-github-actions/deploy-cloudrun](https://github.com/google-github-actions/deploy-cloudrun).


Updates `google-github-actions/auth` from 2.1.3 to 2.1.4
- [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.3...v2.1.4)

Updates `google-github-actions/setup-gcloud` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/google-github-actions/setup-gcloud/releases)
- [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/setup-gcloud@v2.1.0...v2.1.1)

Updates `super-linter/super-linter` from 6.7.0 to 6.8.0
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v6.7.0...v6.8.0)

Updates `google-github-actions/deploy-cloudrun` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/google-github-actions/deploy-cloudrun/releases)
- [Changelog](https://github.com/google-github-actions/deploy-cloudrun/blob/main/CHANGELOG.md)
- [Commits](google-github-actions/deploy-cloudrun@v2.6.0...v2.6.1)

---
updated-dependencies:
- dependency-name: google-github-actions/auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: google-github-actions/setup-gcloud
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: others
- dependency-name: google-github-actions/deploy-cloudrun
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: others
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent a8fc1f6 commit 90d4282
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chore-clean-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:

- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
project_id: '${{ vars.GCP_PROJECT }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

- name: Removing CR service
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-codebase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/slim@v6.7.0
uses: super-linter/super-linter/slim@v6.8.0
env:
LOG_LEVEL: ERROR
VALIDATE_ALL_CODEBASE: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_ARTIFACTS_SA }}'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sub-cloudrun-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ jobs:

- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].4
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
project_id: '${{ vars.GCP_PROJECT }}'

- name: Set up Cloud SDK
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1

- name: Deploy to cloud run
id: deploy
uses: google-github-actions/[email protected].0
uses: google-github-actions/[email protected].1
with:
service: ${{ inputs.app_name }}-${{ needs.versioning.outputs.version || env.GITHUB_HEAD_REF_SLUG || inputs.environment }}
image: ${{ inputs.registry }}/${{ inputs.app_name }}@${{ inputs.image_digest }}
Expand Down

0 comments on commit 90d4282

Please sign in to comment.