Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zon-renovate committed May 28, 2024
1 parent 8e4cc6e commit 2e9e671
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
commitlint:
runs-on: zon-ubuntu-general-dind
steps:
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5

tests:
runs-on: zon-ubuntu-general-dind
Expand All @@ -17,7 +17,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Call baseproject GHA
id: baseproject
Expand All @@ -36,7 +36,7 @@ jobs:
run: kubectl create configmap test-runner-${{ github.run_id }}-${{ github.run_attempt }} --from-literal=foo=bar

- name: '[TEST] Read example value from Vault'
uses: hashicorp/vault-action@v3
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3
with:
url: ${{ steps.baseproject.outputs.vault_addr }}
token: ${{ steps.baseproject.outputs.vault_token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- id: release
uses: google-github-actions/release-please-action@v4
uses: google-github-actions/release-please-action@e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee # v4
with:
release-type: simple
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- name: tag major and minor versions
if: ${{ steps.release.outputs.release_created }}
run: |
Expand Down
20 changes: 10 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:

- name: Retrieve Baseproject Environment Config from Vault
id: raw-config
uses: hashicorp/[email protected]
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -128,7 +128,7 @@ runs:
- name: Retrieve zon-ops GitHub user GPG key
id: zon-ops-gpg
uses: hashicorp/[email protected]
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand All @@ -137,7 +137,7 @@ runs:
secrets: zon/v1/github/zon-ops gpg_key_private

- name: Import GPG key for zon-ops user
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6
continue-on-error: true
with:
gpg_private_key: ${{ steps.zon-ops-gpg.outputs.gpg_key_private }}
Expand All @@ -149,7 +149,7 @@ runs:
- name: GCloud OIDC Auth
id: auth
if: inputs.google_auth == 'true' || inputs.gke_auth == 'true' || inputs.gcr_auth == 'true' || inputs.gar_docker_auth == 'true'
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@71fee32a0bb7e97b4d33d548e7d957010649d8fa # v2
with:
token_format: 'access_token'
workload_identity_provider: projects/161854031382/locations/global/workloadIdentityPools/github-pool/providers/github-actions-provider
Expand All @@ -163,7 +163,7 @@ runs:

- name: Write GKE Credentials to kubeconfig
if: inputs.gke_auth == 'true'
uses: google-github-actions/[email protected]
uses: google-github-actions/get-gke-credentials@c02be8662df01db62234e9b9cff0765d1c1827ae # v2.1.0
with:
cluster_name: ${{ steps.baseproject-config.outputs.cluster_name }}
project_id: ${{ steps.baseproject-config.outputs.cluster_project }}
Expand All @@ -175,15 +175,15 @@ runs:

- name: Login to GCR
if: inputs.gcr_auth == 'true'
uses: docker/login-action@v3
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
with:
registry: eu.gcr.io
username: oauth2accesstoken
password: ${{ steps.auth.outputs.access_token }}

- name: Login to Docker GAR
if: inputs.gar_docker_auth == 'true'
uses: docker/login-action@v3
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
with:
registry: europe-west3-docker.pkg.dev
username: oauth2accesstoken
Expand All @@ -196,7 +196,7 @@ runs:
- name: Export a Vault token
id: vault-export-token
if: inputs.vault_export_token == 'true'
uses: hashicorp/[email protected]
uses: hashicorp/vault-action@d1720f055e0635fd932a1d2a48f87a666a57906c # v3.0.0
with:
url: https://vault.ops.zeit.de
method: jwt
Expand Down Expand Up @@ -226,9 +226,9 @@ runs:
echo "setup_buildx=$setup_buildx" >> $GITHUB_ENV
- name: Setup docker buildx container
if: env.setup_buildx == 'true'
uses: docker/[email protected]
uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0
# Support `docker buildx build --cache-[from}to] type=gha` directly,
# and not just via docker/build-push-action.
- name: Setup docker buildx environment
if: env.setup_buildx == 'true'
uses: crazy-max/[email protected]
uses: crazy-max/ghaction-github-runtime@b3a9207c0e1ef41f4cf215303c976869d0c2c1c4 # v3.0.0

0 comments on commit 2e9e671

Please sign in to comment.