Update github actions dependencies (#294)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-18 13:00:41 +02:00 committed by GitHub
parent 9a1d795597
commit 84fcf8d7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View File

@ -28,7 +28,7 @@ runs:
- name: Docker metadata
id: meta
uses: docker/metadata-action@12cce9efe0d49980455aaaca9b071c0befcdd702 # tag=v4.1.0
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4.1.1
with:
images: |
ghcr.io/${{ github.repository }}/${{ inputs.name }}

View File

@ -37,7 +37,7 @@ runs:
- name: Docker metadata
id: meta
uses: docker/metadata-action@12cce9efe0d49980455aaaca9b071c0befcdd702 # tag=v4.1.0
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4.1.1
with:
images: |
ghcr.io/${{ github.repository }}/${{ inputs.name }}
@ -73,7 +73,7 @@ runs:
- name: Docker metadata for bundle
id: bundle-meta
uses: docker/metadata-action@12cce9efe0d49980455aaaca9b071c0befcdd702 # tag=v4.1.0
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4.1.1
with:
images: |
ghcr.io/${{ github.repository }}/${{ inputs.name }}-bundle

View File

@ -54,4 +54,4 @@ runs:
- name: Set up Docker Buildx
id: docker-setup
uses: docker/setup-buildx-action@95cb08cb2672c73d4ffd2f422e6d11953d2a9c70 # tag=v2.1.0
uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2.2.1

View File

@ -23,7 +23,7 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@12cce9efe0d49980455aaaca9b071c0befcdd702 # tag=v4.1.0
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4.1.1
with:
images: |
${{ env.REGISTRY }}/edgelesssys/cloud-provider-gcp

View File

@ -28,7 +28,7 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@12cce9efe0d49980455aaaca9b071c0befcdd702 # tag=v4.1.0
uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea # tag=v4.1.1
with:
images: |
${{ env.REGISTRY }}/edgelesssys/gcp-guest-agent

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
with:
ref: ${{ github.event.pull_request.head.sha }}

View File

@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8230315d06ad95c617244d2f265d237a1682d445
uses: actions/checkout@1f9a0c22da41e6ebfa534300ef656657ea2c6707
with:
ref: ${{ github.event.pull_request.head.sha }}