Skip to content

Commit 26211ed

Browse files
authored
BC-10649 update gh-actions (#326)
1 parent dca56ad commit 26211ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Checkout Repository'
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: 'Dependency Review'
1515
uses: actions/dependency-review-action@v4
1616
with:

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
packages: write
3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Docker meta Service Name
3434
id: docker_meta_img
3535
uses: docker/metadata-action@v5
@@ -127,7 +127,7 @@ jobs:
127127
security-events: write
128128
steps:
129129
- name: run trivy vulnerability scanner
130-
uses: aquasecurity/trivy-action@0.31.0
130+
uses: aquasecurity/trivy-action@0.33.1
131131
with:
132132
image-ref: 'ghcr.io/${{ github.repository }}:${{ needs.branch_meta.outputs.sha }}'
133133
format: 'sarif'

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
packages: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Docker meta Service Name
1818
id: docker_meta_img
1919
uses: docker/metadata-action@v5

0 commit comments

Comments
 (0)