Skip to content

Commit b4c1714

Browse files
Update gh minor
1 parent 3373a99 commit b4c1714

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Checkout repo
20-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2121

2222
- name: Install cloc
2323
run: |
@@ -40,7 +40,7 @@ jobs:
4040
name: 'Bitwarden Event Logs (beta)'
4141
steps:
4242
- name: Checkout repo
43-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
43+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4444

4545
- name: Change app name
4646
run: |
@@ -51,7 +51,7 @@ jobs:
5151
run: pipx install poetry
5252

5353
- name: Set up Python 3.7
54-
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # 4.7.1
54+
uses: actions/setup-python@b64ffcaf5b410884ad320a9cfac8866006a109aa # 4.8.0
5555
with:
5656
python-version: '3.7'
5757

@@ -109,7 +109,7 @@ jobs:
109109
fi
110110
111111
- name: Upload artifact
112-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
112+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
113113
with:
114114
name: ${{ matrix.app.id }}.tar.gz
115115
path: output/${{ matrix.app.id }}.tar.gz
@@ -133,7 +133,7 @@ jobs:
133133
run: exit 1
134134

135135
- name: Login to Azure - CI subscription
136-
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
136+
uses: Azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
137137
if: failure()
138138
with:
139139
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
@@ -147,7 +147,7 @@ jobs:
147147
secrets: "devops-alerts-slack-webhook-url"
148148

149149
- name: Notify Slack on failure
150-
uses: act10ns/slack@da3191ebe2e67f49b46880b4633f5591a96d1d33 # v2.0.0
150+
uses: act10ns/slack@44541246747a30eb3102d87f7a4cc5471b0ffb7d # v2.1.0
151151
if: failure()
152152
env:
153153
SLACK_WEBHOOK_URL: ${{ steps.retrieve-secrets.outputs.devops-alerts-slack-webhook-url }}

0 commit comments

Comments
 (0)