Skip to content

Commit c63af2f

Browse files
authored
Merge pull request #14555 from ComplianceAsCode/dependabot/github_actions/actions/download-artifact-8.0.1
Bump actions/download-artifact from 8.0.0 to 8.0.1
2 parents d188bfe + a1f6bbf commit c63af2f

9 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/automatus-cs9.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout
7474
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
7575
- name: Get cached CTF output
76-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
76+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
7777
id: get_ctf_output
7878
with:
7979
name: output.json
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
path: 'output.json'
132132
prop_path: 'ansible'
133-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
133+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
134134
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
135135
with:
136136
name: ${{ env.DATASTREAM }}

.github/workflows/automatus-debian12.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
8282
- name: Get cached CTF output
83-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
83+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
8484
id: get_ctf_output
8585
with:
8686
name: output.json
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
path: 'output.json'
148148
prop_path: 'ansible'
149-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
149+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
150150
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
151151
with:
152152
name: ${{ env.DATASTREAM }}

.github/workflows/automatus-sanity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sudo chown root:root /usr/local/bin/oscap-ssh
5050
rm -f oscap-ssh
5151
- name: Get Datastream
52-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
52+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
5353
with:
5454
name: ${{ env.DATASTREAM }}
5555
- name: Check One Rule

.github/workflows/automatus-sle15.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Checkout
8282
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
8383
- name: Get cached CTF output
84-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
84+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
8585
id: get_ctf_output
8686
with:
8787
name: output.json
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
path: 'output.json'
140140
prop_path: 'ansible'
141-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
141+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
142142
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
143143
with:
144144
name: ${{ env.DATASTREAM }}

.github/workflows/automatus-ubi8.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout
7474
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
7575
- name: Get cached CTF output
76-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
76+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
7777
id: get_ctf_output
7878
with:
7979
name: output.json
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
path: 'output.json'
132132
prop_path: 'ansible'
133-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
133+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
134134
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
135135
with:
136136
name: ${{ env.DATASTREAM }}

.github/workflows/automatus-ubuntu2204.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
8282
- name: Get cached CTF output
83-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
83+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
8484
id: get_ctf_output
8585
with:
8686
name: output.json
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
path: 'output.json'
148148
prop_path: 'ansible'
149-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
149+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
150150
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
151151
with:
152152
name: ${{ env.DATASTREAM }}

.github/workflows/automatus-ubuntu2404.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout
7474
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
7575
- name: Get cached CTF output
76-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
76+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
7777
id: get_ctf_output
7878
with:
7979
name: output.json
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
path: 'output.json'
124124
prop_path: 'ansible'
125-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
125+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
126126
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
127127
with:
128128
name: ${{ env.DATASTREAM }}

.github/workflows/automatus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Checkout
7474
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
7575
- name: Get cached CTF output
76-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
76+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
7777
id: get_ctf_output
7878
with:
7979
name: output.json
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
path: 'output.json'
132132
prop_path: 'ansible'
133-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v4
133+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
134134
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
135135
with:
136136
name: ssg-${{steps.product.outputs.prop}}-ds.xml

.github/workflows/compare-ds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install deps python
2121
run: pip install gitpython xmldiff
2222
- name: Download PR info
23-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
23+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
2424
with:
2525
github-token: ${{ secrets.GITHUB_TOKEN }}
2626
run-id: ${{ github.event.workflow_run.id }}
@@ -72,7 +72,7 @@ jobs:
7272
prop_path: 'product'
7373
- name: Download built product ${{ steps.pr_info.outputs.base_branch }} (${{ steps.pr_info.outputs.fork_point }})
7474
if: ${{ steps.ctf.outputs.CTF_OUTPUT_SIZE != '0' }}
75-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
75+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7676
with:
7777
github-token: ${{ secrets.GITHUB_TOKEN }}
7878
name: pr-artifacts-${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)