3333
3434 steps :
3535 - name : Checkout repo
36- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
36+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3737 with :
3838 persist-credentials : false
3939
4343 toolchain : stable
4444
4545 - name : Cache cargo registry
46- uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
46+ uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
4747 with :
4848 key : ${{ matrix.settings.target }}-cargo
4949
@@ -75,15 +75,15 @@ jobs:
7575
7676 steps :
7777 - name : Checkout repo (PR)
78- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
78+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7979 if : github.event_name == 'pull_request'
8080 with :
8181 fetch-depth : 0
8282 ref : ${{ github.event.pull_request.head.ref }}
8383 persist-credentials : false
8484
8585 - name : Checkout repo (Push or manual run)
86- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
86+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
8787 if : github.event_name == 'push' || github.event_name == 'workflow_dispatch'
8888 with :
8989 fetch-depth : 0
@@ -95,12 +95,12 @@ jobs:
9595 toolchain : stable
9696
9797 - name : Cache cargo registry
98- uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
98+ uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
9999 with :
100100 key : cargo-combine-cache
101101
102102 - name : Setup Java
103- uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0 .0
103+ uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
104104 with :
105105 distribution : temurin
106106 java-version : 17
@@ -163,7 +163,7 @@ jobs:
163163 uses : bitwarden/gh-actions/azure-logout@main
164164
165165 - name : Generate GH App token
166- uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
166+ uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
167167 id : app-token
168168 with :
169169 app-id : ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
0 commit comments