mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 08:29:38 -05:00
deps: update GitHub action dependencies (#1112)
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
e5a2e519a3
commit
bec82c2328
@ -62,7 +62,7 @@ runs:
|
|||||||
|
|
||||||
- name: Build and push container image
|
- name: Build and push container image
|
||||||
id: build-micro-service
|
id: build-micro-service
|
||||||
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
|
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ${{ inputs.dockerfile }}
|
file: ${{ inputs.dockerfile }}
|
||||||
|
4
.github/actions/build_operator/action.yml
vendored
4
.github/actions/build_operator/action.yml
vendored
@ -58,7 +58,7 @@ runs:
|
|||||||
|
|
||||||
- name: Build and push container image
|
- name: Build and push container image
|
||||||
id: build-image
|
id: build-image
|
||||||
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
|
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ${{ inputs.sourceDir }}/Dockerfile
|
file: ${{ inputs.sourceDir }}/Dockerfile
|
||||||
@ -104,7 +104,7 @@ runs:
|
|||||||
|
|
||||||
- name: Build and push bundle image
|
- name: Build and push bundle image
|
||||||
id: build-image-bundle
|
id: build-image-bundle
|
||||||
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
|
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
|
||||||
with:
|
with:
|
||||||
context: ${{ inputs.sourceDir }}
|
context: ${{ inputs.sourceDir }}
|
||||||
file: ${{ inputs.sourceDir }}/bundle.Dockerfile
|
file: ${{ inputs.sourceDir }}/bundle.Dockerfile
|
||||||
|
4
.github/actions/e2e_test/action.yml
vendored
4
.github/actions/e2e_test/action.yml
vendored
@ -107,7 +107,7 @@ runs:
|
|||||||
- name: Download the bootstrapper from cache
|
- name: Download the bootstrapper from cache
|
||||||
id: download-bootstrapper-cache
|
id: download-bootstrapper-cache
|
||||||
if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
|
if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
|
||||||
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
|
||||||
with:
|
with:
|
||||||
key: bootstrapper-${{ github.sha }}
|
key: bootstrapper-${{ github.sha }}
|
||||||
path: "build/bootstrapper"
|
path: "build/bootstrapper"
|
||||||
@ -122,7 +122,7 @@ runs:
|
|||||||
- name: Download the upgrade-agent from cache
|
- name: Download the upgrade-agent from cache
|
||||||
id: download-upgrade-agent-cache
|
id: download-upgrade-agent-cache
|
||||||
if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
|
if: inputs.isDebugImage == 'true' && runner.os == 'macOS'
|
||||||
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
|
||||||
with:
|
with:
|
||||||
key: upgrade-agent-${{ github.sha }}
|
key: upgrade-agent-${{ github.sha }}
|
||||||
path: "build/upgrade-agent"
|
path: "build/upgrade-agent"
|
||||||
|
2
.github/actions/setup_linux/action.yml
vendored
2
.github/actions/setup_linux/action.yml
vendored
@ -54,4 +54,4 @@ runs:
|
|||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
id: docker-setup
|
id: docker-setup
|
||||||
uses: docker/setup-buildx-action@8c0edbc76e98fa90f69d9a2c020dcb50019dc325 # tag=v2.2.1
|
uses: docker/setup-buildx-action@15c905b16b06416d2086efa066dd8e3a35cc7f98 # v2.4.0
|
||||||
|
2
.github/workflows/build-ccm-gcp.yml
vendored
2
.github/workflows/build-ccm-gcp.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push container image
|
- name: Build and push container image
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
|
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
2
.github/workflows/build-gcp-guest-agent.yml
vendored
2
.github/workflows/build-gcp-guest-agent.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push container image
|
- name: Build and push container image
|
||||||
id: build
|
id: build
|
||||||
uses: docker/build-push-action@37abcedcc1da61a57767b7588cb9d03eb57e28b3 # v3.3.0
|
uses: docker/build-push-action@1104d471370f9806843c095c1db02b5a90c5f8b6 # v3.3.1
|
||||||
with:
|
with:
|
||||||
context: ./guest-agent
|
context: ./guest-agent
|
||||||
file: ./constellation/3rdparty/gcp-guest-agent/Dockerfile
|
file: ./constellation/3rdparty/gcp-guest-agent/Dockerfile
|
||||||
|
2
.github/workflows/build-keyservice-image.yml
vendored
2
.github/workflows/build-keyservice-image.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
go-version: "1.19.5"
|
go-version: "1.19.5"
|
||||||
|
|
||||||
- name: Set up ko
|
- name: Set up ko
|
||||||
uses: imjasonh/setup-ko@9a31684920a610d5dbe8012888714d64706f9787 # tag=v0.6
|
uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6
|
||||||
|
|
||||||
- name: Build and upload KeyService container image
|
- name: Build and upload KeyService container image
|
||||||
id: build-and-upload
|
id: build-and-upload
|
||||||
|
4
.github/workflows/e2e-test-manual.yml
vendored
4
.github/workflows/e2e-test-manual.yml
vendored
@ -214,13 +214,13 @@ jobs:
|
|||||||
outputPath: ${{ github.workspace }}/build/upgrade-agent
|
outputPath: ${{ github.workspace }}/build/upgrade-agent
|
||||||
|
|
||||||
- name: Upload bootstrapper to cache
|
- name: Upload bootstrapper to cache
|
||||||
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
|
||||||
with:
|
with:
|
||||||
key: bootstrapper-${{ github.sha }}
|
key: bootstrapper-${{ github.sha }}
|
||||||
path: "build/bootstrapper"
|
path: "build/bootstrapper"
|
||||||
|
|
||||||
- name: Upload upgrade-agent to cache
|
- name: Upload upgrade-agent to cache
|
||||||
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
|
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
|
||||||
with:
|
with:
|
||||||
key: upgrade-agent-${{ github.sha }}
|
key: upgrade-agent-${{ github.sha }}
|
||||||
path: "build/upgrade-agent"
|
path: "build/upgrade-agent"
|
||||||
|
2
.github/workflows/test-actionlint.yml
vendored
2
.github/workflows/test-actionlint.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install ShellCheck
|
- name: Install ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba # master
|
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
|
||||||
with:
|
with:
|
||||||
ignore_paths: "*"
|
ignore_paths: "*"
|
||||||
|
|
||||||
|
2
.github/workflows/test-shellcheck.yml
vendored
2
.github/workflows/test-shellcheck.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
|||||||
go install github.com/katexochen/sh/v3/cmd/shfmt@faf7f58964998201d22efe41fef41ae4e1953f3b # v3.6.0
|
go install github.com/katexochen/sh/v3/cmd/shfmt@faf7f58964998201d22efe41fef41ae4e1953f3b # v3.6.0
|
||||||
|
|
||||||
- name: Run ShellCheck
|
- name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@6d3f514f44620b9d4488e380339edc0d9bbe2fba # master
|
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
|
||||||
with:
|
with:
|
||||||
severity: info
|
severity: info
|
||||||
ignore_paths: charts/cilium
|
ignore_paths: charts/cilium
|
||||||
|
Loading…
Reference in New Issue
Block a user