17
17
runs-on : ubuntu-22.04
18
18
steps :
19
19
- name : Checkout repo
20
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
21
21
22
22
- name : Install cloc
23
23
run : |
40
40
name : ' Bitwarden Event Logs (beta)'
41
41
steps :
42
42
- name : Checkout repo
43
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
43
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
44
44
45
45
- name : Change app name
46
46
run : |
51
51
run : pipx install poetry
52
52
53
53
- name : Set up Python 3.7
54
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # 4.7.1
54
+ uses : actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # 4.8.0
55
55
with :
56
56
python-version : ' 3.7'
57
57
@@ -109,7 +109,7 @@ jobs:
109
109
fi
110
110
111
111
- name : Upload artifact
112
- uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
112
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
113
113
with :
114
114
name : ${{ matrix.app.id }}.tar.gz
115
115
path : output/${{ matrix.app.id }}.tar.gz
@@ -133,7 +133,7 @@ jobs:
133
133
run : exit 1
134
134
135
135
- name : Login to Azure - CI subscription
136
- uses : Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
136
+ uses : Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
137
137
if : failure()
138
138
with :
139
139
creds : ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
@@ -147,7 +147,7 @@ jobs:
147
147
secrets : " devops-alerts-slack-webhook-url"
148
148
149
149
- name : Notify Slack on failure
150
- uses : act10ns/slack@da3191ebe2e67f49b46880b4633f5591a96d1d33 # v2.0 .0
150
+ uses : act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1 .0
151
151
if : failure()
152
152
env :
153
153
SLACK_WEBHOOK_URL : ${{ steps.retrieve-secrets.outputs.devops-alerts-slack-webhook-url }}
0 commit comments