Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(actions): bump the others group across 1 directory with 9 updates #72

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].5
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/slim@v6.7.0
uses: super-linter/super-linter/slim@v7.1.0
env:
LOG_LEVEL: ERROR
VALIDATE_ALL_CODEBASE: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
# Setup Docker Buildx to allow use of docker cache layers from GH
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.6.1

- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/[email protected].3
uses: google-github-actions/[email protected].5
with:
workload_identity_provider: '${{ vars.GCP_WIF }}'
service_account: '${{ vars.GCP_ARTIFACTS_SA }}'
Expand All @@ -85,7 +85,7 @@ jobs:
access_token_lifetime: 10800s

- name: Login to Google Artifact Registry
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
registry: us-docker.pkg.dev
username: oauth2accesstoken
Expand All @@ -94,7 +94,7 @@ jobs:
# Build and push image to Google Artifact Registry, and possibly DockerHub
- name: Build & push
id: docker_build
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.7.0
with:
target: ${{ inputs.dockerfile_target }}
context: .
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].5
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/deploy-cloudrun@v2.6.0
uses: google-github-actions/deploy-cloudrun@v2.7.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
4 changes: 2 additions & 2 deletions .github/workflows/sub-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:

steps:
- name: Checkout Code Repository
uses: actions/[email protected].1
uses: actions/[email protected].7

- uses: pnpm/[email protected]

- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node }}
cache: pnpm
Expand Down
Loading