aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBlackDex <[email protected]>2021-08-22 13:46:48 +0200
committerBlackDex <[email protected]>2021-08-22 13:46:48 +0200
commit89b5f7c98d0e655f712e8adc732b2cf32adc771d (patch)
tree51ddc894906b87ea84b6fdde081d112dff4cb373 /.github
parentc6664971300a360a82b42db1bcf0a7d883717fff (diff)
downloadvaultwarden-89b5f7c98d0e655f712e8adc732b2cf32adc771d.tar.gz
vaultwarden-89b5f7c98d0e655f712e8adc732b2cf32adc771d.zip
Dependency updates
Updated several dependencies and switch to different totp library. - Switch oath with totp-lite oauth hasn't been updated in a long while and some dependencies could not be updated any more It now also validates a preseeding 0, as the previous library returned an int instead of a str which stripped a leading 0 - Updated rust to the current latest nightly (including build image) - Updated bootstrap css and js - Updated hadolint to latest version - Updated default rust image from v1.53 to v1.54 - Updated new nightly build/clippy messages
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/hadolint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml
index e52e5c07..36406cb8 100644
--- a/.github/workflows/hadolint.yml
+++ b/.github/workflows/hadolint.yml
@@ -28,7 +28,7 @@ jobs:
sudo curl -L https://github.com/hadolint/hadolint/releases/download/v${HADOLINT_VERSION}/hadolint-$(uname -s)-$(uname -m) -o /usr/local/bin/hadolint && \
sudo chmod +x /usr/local/bin/hadolint
env:
- HADOLINT_VERSION: 2.5.0
+ HADOLINT_VERSION: 2.6.1
# End Download hadolint
# Test Dockerfiles