File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 86
86
fi
87
87
88
88
- name : Build and push Docker image
89
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
89
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
90
90
with :
91
91
context : .
92
92
file : crates/bws/Dockerfile
Original file line number Diff line number Diff line change 27
27
go-version : ${{ env.GO_VERSION }}
28
28
29
29
- name : Cache dependencies
30
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
30
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
31
31
with :
32
32
path : ~/go/pkg/mod
33
33
key : ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
18
- name : Set up Ruby
19
- uses : ruby/setup-ruby@7bae1d00b5db9166f4f0fc47985a3a5702cb58f0 # v1.197 .0
19
+ uses : ruby/setup-ruby@2a18b06812b0e15bb916e1df298d3e740422c47e # v1.203 .0
20
20
with :
21
21
ruby-version : 3.2
22
22
Original file line number Diff line number Diff line change 45
45
RUSTFLAGS : " -D warnings"
46
46
47
47
- name : Upload Clippy results to GitHub
48
- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
48
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
49
49
with :
50
50
sarif_file : clippy_result.sarif
51
51
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171
171
azure-keyvault-name : " bitwarden-ci"
172
172
173
173
- name : Build and push Docker image
174
- uses : docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
174
+ uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
175
175
with :
176
176
context : .
177
177
file : crates/bws/Dockerfile
Original file line number Diff line number Diff line change 92
92
java-version : 17
93
93
94
94
- name : Setup Gradle
95
- uses : gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
95
+ uses : gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
96
96
97
97
- name : Download Java SDK Build
98
98
uses : bitwarden/gh-actions/download-artifacts@main
Original file line number Diff line number Diff line change 31
31
ref : ${{ github.event.pull_request.head.sha }}
32
32
33
33
- name : Scan with Checkmarx
34
- uses : checkmarx/ast-github-action@f0869bd1a37fddc06499a096101e6c900e815d81 # 2.0.36
34
+ uses : checkmarx/ast-github-action@b74e8d514feae4ad5ad2b43e72590935bd2daf5f # 2.0.39
35
35
env :
36
36
INCREMENTAL : " ${{ contains(github.event_name, 'pull_request') && '--sast-incremental' || '' }}"
37
37
with :
46
46
--output-path . ${{ env.INCREMENTAL }}
47
47
48
48
- name : Upload Checkmarx results to GitHub
49
- uses : github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
49
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
50
50
with :
51
51
sarif_file : cx_result.sarif
52
52
You can’t perform that action at this time.
0 commit comments