We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 628b82e commit 8432ae3Copy full SHA for 8432ae3
.github/workflows/build.yaml
@@ -50,7 +50,7 @@ jobs:
50
vcpkgJsonGlob: '**/src/openvpn/contrib/vcpkg-manifests/windows/vcpkg.json'
51
52
- name: Get latest CMake and ninja
53
- uses: lukka/get-cmake@b78306120111dc2522750771cfd09ee7ca723687 # v4.3.0
+ uses: lukka/get-cmake@ea83089aa35e08e459464341fe24ad024ee2466f # v4.3.1
54
55
- name: Install rst2html
56
run: python -m pip install --upgrade pip docutils
@@ -145,7 +145,7 @@ jobs:
145
146
steps:
147
- name: configure aws credentials
148
- uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
+ uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
149
with:
150
aws-region: ${{ env.AWS_REGION }}
151
0 commit comments