Skip to content

Commit 606b2e4

Browse files
committed
fix workflows
Change-Id: I78f1844d0ce068e6f624aa9ab1538e77fbda0649
1 parent ccf6a1d commit 606b2e4

File tree

8 files changed

+26
-22
lines changed

8 files changed

+26
-22
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2525
with:
2626
submodules: recursive
2727
- name: coverity-linux

.github/workflows/ci-cov-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2525
with:
2626
submodules: recursive
2727
- name: coverity-python

.github/workflows/ci-cpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
egress-policy: audit
2222

23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2424
with:
2525
submodules: recursive
2626
- name: Configure CMake
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
egress-policy: audit
5050

51-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
51+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
5252
with:
5353
submodules: recursive
5454
- name: Configure CMake

.github/workflows/ci-gcc48.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2525
- name: install simdjson
26-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727
with:
2828
repository: simdjson/simdjson
2929
path: src/simdjson

.github/workflows/ci-gcc5.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2525
- name: install simdjson
26-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727
with:
2828
repository: simdjson/simdjson
2929
path: src/simdjson
@@ -43,7 +43,7 @@ jobs:
4343
cd ${{ github.workspace }}/build
4444
make install -j$(nproc)
4545
- name: upload-artifact
46-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
46+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
4747
with:
4848
name: PCMforLinuxGCC5
4949
path: build/bin/*

.github/workflows/ci-gcc7.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2525
- name: install simdjson
26-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2727
with:
2828
repository: simdjson/simdjson
2929
path: src/simdjson

.github/workflows/ci-test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
egress-policy: audit
2323

24-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2525
with:
2626
submodules: recursive
2727
- name: Configure CMake
@@ -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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
43+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
4444
with:
4545
name: test-log-${{ github.sha }}
4646
path: test-log.txt
4747

4848
- name: upload-artifact
49-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
49+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
55+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
61+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
6262
with:
6363
name: pcm-csv-${{ github.sha }}
6464
path: build/bin/pcm.csv
6565

6666
- name: upload-artifact
67-
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
67+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
73+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
79+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
85+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
91+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
9292
with:
9393
name: test-log-raw-edp-offlined-cores-${{ github.sha }}
9494
path: build/bin/raw_edp_offlined_cores.txt

.github/workflows/dependency-review.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
#
88
# Source repository: https://github.com/actions/dependency-review-action
99
name: 'Dependency Review'
10-
on: [pull_request]
10+
on:
11+
push:
12+
branches: [ master ]
13+
pull_request:
14+
branches: [ master ]
1115

1216
permissions:
1317
contents: read

0 commit comments

Comments
 (0)