Skip to content

Commit 51ab8ed

Browse files
Bump actions/upload-artifact from 3.1.1 to 3.1.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.1...a8a3f3a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c77ba8 commit 51ab8ed

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/ci-cov-linux-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ci-cov-linux-report.sh PCM.linux.and.python
3838
3939
- name: upload-artifact
40-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
40+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
4141
with:
4242
name: coverity-linux-and-python-report-${{ github.sha }}
4343
path: "*-Report.pdf"

.github/workflows/ci-cov-windows-report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
c:\pcm\ci-cov-windows-report.ps1 PCM.windows-all
4949
5050
- name: upload-artifact
51-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
51+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5252
with:
5353
name: coverity-windows-all-report-${{ github.sha }}
5454
path: "*-Report.pdf"

.github/workflows/ci-gcc5.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cd ${{ github.workspace }}/build
4444
make install -j$(nproc)
4545
- name: upload-artifact
46-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
46+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
4747
with:
4848
name: PCMforLinuxGCC5
4949
path: build/bin/*

.github/workflows/ci-test.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -40,55 +40,55 @@ jobs:
4040
sh ${{ github.workspace }}/tests/test.sh 2>&1 | tee test-log.txt
4141
4242
- name: upload-artifact
43-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
43+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
4444
with:
4545
name: test-log-${{ github.sha }}
4646
path: test-log.txt
4747

4848
- name: upload-artifact
49-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
49+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5050
with:
5151
name: test-log-raw-tr-wo_ext-${{ github.sha }}
5252
path: build/bin/raw_tr_wo_ext.csv
5353

5454
- name: upload-artifact
55-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
55+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
5656
with:
5757
name: test-log-raw-tr-wi_ext-${{ github.sha }}
5858
path: build/bin/raw_tr_wi_ext.csv
5959

6060
- name: upload-artifact
61-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
61+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6262
with:
6363
name: pcm-csv-${{ github.sha }}
6464
path: build/bin/pcm.csv
6565

6666
- name: upload-artifact
67-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
67+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6868
with:
6969
name: pcm-memory-csv-${{ github.sha }}
7070
path: build/bin/pcm-memory.csv
7171

7272
- name: upload-artifact
73-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
73+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
7474
with:
7575
name: test-log-raw-tr-wi_ext-single_header-${{ github.sha }}
7676
path: build/bin/raw_tr_wi_ext_single_header.csv
7777

7878
- name: upload-artifact
79-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
79+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
8080
with:
8181
name: test-log-raw-edp-${{ github.sha }}
8282
path: build/bin/raw_edp.txt
8383

8484
- name: upload-artifact
85-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
85+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
8686
with:
8787
name: test-log-raw-json-${{ github.sha }}
8888
path: build/bin/raw_json.json
8989

9090
- name: upload-artifact
91-
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
91+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
9292
with:
9393
name: test-log-raw-edp-offlined-cores-${{ github.sha }}
9494
path: build/bin/raw_edp_offlined_cores.txt

.github/workflows/ci-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
chdir ${{github.workspace}}\src\WinMSRDriver
4242
msbuild MSR.vcxproj /p:Configuration=Release,Platform=x64 /t:Clean,Build /m
4343
- name: upload-artifact
44-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
44+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
4545
with:
4646
name: PCMforWindows
4747
path: build/bin/**/*

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6666
# format to the repository Actions tab.
6767
- name: "Upload artifact"
68-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
68+
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
6969
with:
7070
name: SARIF file
7171
path: results.sarif

0 commit comments

Comments
 (0)