Skip to content

Commit bb23691

Browse files
[gha] Bump open-edge-platform/orch-ci from 0.1.63 to 0.1.64 (#415)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58f235d commit bb23691

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/auto-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Update pull requests
34-
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@7d7ad575fb688f0071836ece55a8e4a170445bf5 # 0.1.63
34+
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@57ae89489027070792089531710c450af3b66c26 # 0.1.64
3535
with:
3636
github_token: ${{ secrets.SYS_ORCH_GITHUB }}

.github/workflows/post-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
with:
264264
persist-credentials: false
265265
- name: Run Bandit scan
266-
uses: open-edge-platform/orch-ci/.github/actions/security/bandit@7d7ad575fb688f0071836ece55a8e4a170445bf5 # 0.1.63
266+
uses: open-edge-platform/orch-ci/.github/actions/security/bandit@57ae89489027070792089531710c450af3b66c26 # 0.1.64
267267
with:
268268
scan-scope: "all"
269269
fail-on-findings: false
@@ -280,7 +280,7 @@ jobs:
280280
with:
281281
persist-credentials: false
282282
- name: Run Semgrep scan
283-
uses: open-edge-platform/orch-ci/.github/actions/security/semgrep@7d7ad575fb688f0071836ece55a8e4a170445bf5 # 0.1.63
283+
uses: open-edge-platform/orch-ci/.github/actions/security/semgrep@57ae89489027070792089531710c450af3b66c26 # 0.1.64
284284
with:
285285
scan-scope: "all"
286286
fail-on-findings: false

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ jobs:
294294
with:
295295
persist-credentials: false
296296
- name: Run ClamAV Scan
297-
uses: open-edge-platform/orch-ci/.github/actions/clamav@7d7ad575fb688f0071836ece55a8e4a170445bf5 # 0.1.63
297+
uses: open-edge-platform/orch-ci/.github/actions/clamav@57ae89489027070792089531710c450af3b66c26 # 0.1.64
298298
with:
299299
report-path: clamav_scan_report-${{ inputs.project_folder }}.txt
300300
project-folder: ${{ inputs.project_folder }}
@@ -366,7 +366,7 @@ jobs:
366366
with:
367367
persist-credentials: false
368368
- name: Run Bandit scan
369-
uses: open-edge-platform/orch-ci/.github/actions/security/bandit@7d7ad575fb688f0071836ece55a8e4a170445bf5 # 0.1.63
369+
uses: open-edge-platform/orch-ci/.github/actions/security/bandit@57ae89489027070792089531710c450af3b66c26 # 0.1.64
370370
with:
371371
scan-scope: "changed"
372372
severity-level: "HIGH"
@@ -385,7 +385,7 @@ jobs:
385385
with:
386386
persist-credentials: false
387387
- name: Run Semgrep scan
388-
uses: open-edge-platform/orch-ci/.github/actions/security/semgrep@7d7ad575fb688f0071836ece55a8e4a170445bf5 # 0.1.63
388+
uses: open-edge-platform/orch-ci/.github/actions/security/semgrep@57ae89489027070792089531710c450af3b66c26 # 0.1.64
389389
with:
390390
scan-scope: "changed"
391391
severity: "HIGH"

0 commit comments

Comments
 (0)