We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c467cb + 2ce8cd8 commit c269362Copy full SHA for c269362
.github/workflows/build.yaml
@@ -47,7 +47,7 @@ jobs:
47
uses: styfle/cancel-workflow-action@0.12.1
48
49
- name: Checkout
50
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
51
52
- name: Check formatting
53
uses: dprint/check@v2.3
@@ -63,14 +63,16 @@ jobs:
63
64
65
66
67
68
- name: Install Trivy using install script
69
run: |
70
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.37.1
71
72
- name: Set up Depot CLI
73
uses: depot/setup-action@v1
74
+ with:
75
+ oidc: true
76
77
- name: Build ubuntu images
78
0 commit comments