Skip to content

Commit 3f87d9d

Browse files
Update yarn scan CIs
Signed-off-by: Lukasz Gryglicki <[email protected]>
1 parent ee94a9d commit 3f87d9d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
permissions:
1414
# These permissions are needed to interact with GitHub's OIDC Token endpoint to fetch/set the AWS deployment credentials.
15+
# LG: 2025-02-11: this is outdated and not used - needs to be updated and made similar to deploy-dev.yml or deploy-prod.yml
1516
id-token: write
1617
contents: read
1718

.github/workflows/yarn-scan-backend-go-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
environment: dev
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Setup Node
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18'
22+
node-version: '20'
2323
- name: Setup
2424
run: yarn install
2525
- name: Yarn Audit

.github/workflows/yarn-scan-backend-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
runs-on: ubuntu-latest
1616
environment: dev
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Setup Node
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
22-
node-version: '18'
22+
node-version: '20'
2323
- name: Setup
2424
run: yarn install
2525
- name: Yarn Audit

0 commit comments

Comments
 (0)