16
16
steps :
17
17
# Checkout the repo and setup the tooling for this job
18
18
- name : Checkout
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
20
with :
21
21
fetch-depth : 0
22
22
32
32
make build-cli-linux-arm
33
33
34
34
- name : " Zarf Agent: Login to GHCR"
35
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
35
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
36
36
with :
37
37
registry : ghcr.io
38
38
username : dummy
72
72
73
73
# Upload the contents of the build directory for later stages to use
74
74
- name : Upload build artifacts
75
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
75
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
76
76
with :
77
77
name : build-artifacts
78
78
path : build/
@@ -84,12 +84,12 @@ jobs:
84
84
steps :
85
85
# Checkout the repo and setup the tooling for this job
86
86
- name : Checkout
87
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
87
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
88
88
with :
89
89
fetch-depth : 0
90
90
91
91
- name : Download build artifacts
92
- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
92
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
93
93
with :
94
94
name : build-artifacts
95
95
path : build/
@@ -123,7 +123,7 @@ jobs:
123
123
steps :
124
124
# Checkout the repo and setup the tooling for this job
125
125
- name : Checkout
126
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
126
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
127
127
with :
128
128
fetch-depth : 0
129
129
@@ -134,14 +134,14 @@ jobs:
134
134
uses : ./.github/actions/install-tools
135
135
136
136
- name : Download build artifacts
137
- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
137
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
138
138
with :
139
139
name : build-artifacts
140
140
path : build/
141
141
142
142
# Set up AWS credentials for GoReleaser to upload backups of artifacts to S3
143
143
- name : Set AWS Credentials
144
- uses : aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a # v4.0.1
144
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
145
145
with :
146
146
aws-access-key-id : ${{ secrets.AWS_GOV_ACCESS_KEY_ID }}
147
147
aws-secret-access-key : ${{ secrets.AWS_GOV_SECRET_ACCESS_KEY }}
@@ -175,7 +175,7 @@ jobs:
175
175
176
176
- name : Get Brew tap repo token
177
177
id : brew-tap-token
178
- uses : actions/create-github-app-token@f2acddfb5195534d487896a656232b016a682f3c # v1.9.0
178
+ uses : actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
179
179
with :
180
180
app-id : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_ID }}
181
181
private-key : ${{ secrets.HOMEBREW_TAP_WORKFLOW_GITHUB_APP_SECRET }}
@@ -194,7 +194,7 @@ jobs:
194
194
HOMEBREW_TAP_GITHUB_TOKEN : ${{ steps.brew-tap-token.outputs.token }}
195
195
196
196
- name : Save CVE report
197
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
197
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
198
198
with :
199
199
name : cve-report
200
200
path : build/zarf-known-cves.csv
0 commit comments