We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 031f903 + 114aa1d commit ce43897Copy full SHA for ce43897
Dockerfile
@@ -41,7 +41,7 @@ RUN wget https://raw.githubusercontent.com/Automattic/vip-go-ci/master/tools-ini
41
bash tools-init.sh && \
42
rm -f tools-init.sh
43
44
-ENV VAULT_VERSION 1.0.2
+ENV VAULT_VERSION 1.4.3
45
46
# Setup Vault
47
RUN wget https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip && \
action.yml
@@ -3,7 +3,7 @@ description: 'This will run phpcs on PRs'
3
author: 'rtCamp'
4
runs:
5
using: 'docker'
6
- image: 'docker://rtcamp/action-phpcs-code-review:v2.0.4'
+ image: 'docker://rtcamp/action-phpcs-code-review:v2.0.3'
7
branding:
8
icon: 'check-circle'
9
color: 'green'
0 commit comments