Skip to content

Commit 9ae8b84

Browse files
committed
dependency updates portal
1 parent 1600249 commit 9ae8b84

File tree

12 files changed

+71
-71
lines changed

12 files changed

+71
-71
lines changed

.github/workflows/build-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# https://github.com/aquasecurity/trivy-action
8181
- name: Run Trivy vulnerability scanner in repo mode
8282
if: github.event_name == 'pull_request'
83-
uses: aquasecurity/trivy-action@0.32.0
83+
uses: aquasecurity/trivy-action@0.33.1
8484
with:
8585
scan-type: "fs"
8686
ignore-unfixed: true
@@ -98,7 +98,7 @@ jobs:
9898
# https://github.com/aquasecurity/trivy-action
9999
- name: Run Trivy Scan on the created container
100100
if: github.event_name != 'pull_request'
101-
uses: aquasecurity/trivy-action@0.32.0
101+
uses: aquasecurity/trivy-action@0.33.1
102102
with:
103103
image-ref: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
104104
format: "sarif"

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v5
4646

4747
# Add any setup steps before running the `github/codeql-action/init` action.
4848
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/deploy-to-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
exit 1
4040
fi
4141
- name: Check out repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Install oc
4444
uses: redhat-actions/openshift-tools-installer@v1
4545
with:

.github/workflows/deploy-to-efxdev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
exit 1
4040
fi
4141
- name: Check out repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Install oc
4444
uses: redhat-actions/openshift-tools-installer@v1
4545
with:

.github/workflows/deploy-to-efxtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Install oc
3131
uses: redhat-actions/openshift-tools-installer@v1
3232
with:

.github/workflows/deploy-to-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Check out repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737
- name: Install oc
3838
uses: redhat-actions/openshift-tools-installer@v1
3939
with:

.github/workflows/deploy-to-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Install oc
3131
uses: redhat-actions/openshift-tools-installer@v1
3232
with:

.github/workflows/deploy-to-uat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
- name: Install oc
3131
uses: redhat-actions/openshift-tools-installer@v1
3232
with:

.github/workflows/regression-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
environment: dev
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
name: Checkout
1616
- name: cypress.env.json
1717
run: |

.github/workflows/tag-create.git.and.imagestream.tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@v3
132132

133133
- name: Create tag
134-
uses: actions/github-script@v7
134+
uses: actions/github-script@v8
135135
with:
136136
script: |
137137
console.log(`this action was run on branch :: ${context.ref}`);

0 commit comments

Comments
 (0)