Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Upload coverage to Codecov
if: env.CODECOV_TOKEN != ''
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4
with:
token: ${{ env.CODECOV_TOKEN }}
files: runtime/coverage/clover.xml
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/package-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
persist-credentials: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003

- name: Log in to Container Registry
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'
Expand All @@ -53,7 +53,7 @@ jobs:
type=sha,prefix=nightly-,enable={{is_default_branch}}

- name: Build Linux and PHAR artifacts
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc
with:
context: .
file: ./docker/Dockerfile
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
if-no-files-found: error

- name: Build and push distroless image
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc
with:
context: .
file: ./docker/Dockerfile.distroless-binary
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
persist-credentials: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003

- name: Build Linux and PHAR artifacts
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
path: dist/linux-amd64

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003

- name: Log in to Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f
Expand All @@ -194,7 +194,7 @@ jobs:
type=semver,pattern={{major}}

- name: Build and push binary-only distroless image
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc
env:
DOCKER_BUILD_RECORD_UPLOAD: false
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
persist-credentials: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e
uses: docker/setup-buildx-action@594f3bf4285d9ea8dc53c9a0c9c4092420091003

- name: Build test Docker image
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a
uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc
with:
context: .
file: ./docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
persist-credentials: false

- name: Analyse workflows
uses: zizmorcore/zizmor-action@70fb788f84895a7701f5643d103d587e460b5c99 # v0.6.3
uses: zizmorcore/zizmor-action@cc914d7f3750a2d13d75c7f184a1060aa0e9d482 # v0.6.4
with:
advanced-security: true
annotations: false
Expand Down
Loading