Skip to content

Commit c269362

Browse files
authored
Merge branch 'main' into universal-2
2 parents 8c467cb + 2ce8cd8 commit c269362

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: styfle/cancel-workflow-action@0.12.1
4848

4949
- name: Checkout
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151

5252
- name: Check formatting
5353
uses: dprint/check@v2.3
@@ -63,14 +63,16 @@ jobs:
6363
uses: styfle/cancel-workflow-action@0.12.1
6464

6565
- name: Checkout
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767

6868
- name: Install Trivy using install script
6969
run: |
7070
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.37.1
7171
7272
- name: Set up Depot CLI
7373
uses: depot/setup-action@v1
74+
with:
75+
oidc: true
7476

7577
- name: Build ubuntu images
7678
run: |

0 commit comments

Comments
 (0)