Skip to content

Commit 0c31ee8

Browse files
Copilotrohit-sourcefuse
authored andcommitted
fix(ci): correct trivy-action commit SHA to valid v0.35.0 SHA
Agent-Logs-Url: https://github.com/sourcefuse/loopback4-notifications/sessions/e04a6e1d-b349-40c1-aa8f-15cd0f16fb4b Co-authored-by: rohit-sourcefuse <16935898+rohit-sourcefuse@users.noreply.github.com>
1 parent 7e4e51f commit 0c31ee8

6 files changed

Lines changed: 24 additions & 14 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
matrix:
1414
node-version: [20, 22, 24]
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- name: Install Dependencies

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# environment: production # Uncomment if you set an environment name in npm trusted publisher settings
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
with:
1818
# fetch-depth is necessary to get all tags
1919
# otherwise lerna can't detect the changes and will end up bumping the versions for all packages

.github/workflows/sync-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818

1919
steps:
2020
- name: Checkout Extension Code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
token: ${{env.GITHUB_TOKEN}}
2424
path: './extension/'
2525

2626
- name: Checkout Docs Repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
token: ${{env.GITHUB_TOKEN}}
3030
repository: ${{env.DOCS_REPO}}

.github/workflows/trivy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- name: Run Trivy vulnerability scanner in repo mode
25-
uses: aquasecurity/trivy-action@57a97c7e8b8c6e9c1a7a20db8c5e540c31cf79a8 # v0.35.0
25+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0
2626
with:
2727
scan-type: 'fs'
2828
scan-ref: '${{ github.workspace }}'

package-lock.json

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
},
158158
"twilio": {
159159
"jsonwebtoken": "9.0.0",
160-
"axios": "1.12.2"
160+
"axios": "1.15.0"
161161
},
162162
"body-parser": {
163163
"debug": "^4.3.4"

0 commit comments

Comments
 (0)