Skip to content

Commit 19b7bbd

Browse files
authored
Merge pull request #1650 from finos/dependabot/github_actions/github-actions-3f9f079196
chore(deps): bump the github-actions group across 1 directory with 5 updates
2 parents b705a51 + da484de commit 19b7bbd

11 files changed

Lines changed: 14 additions & 14 deletions

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Use Node.js ${{ matrix.node-version }}
36-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
36+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939

@@ -105,7 +105,7 @@ jobs:
105105
fetch-depth: 0
106106

107107
- name: Use Node.js 24.x
108-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
108+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
109109
with:
110110
node-version: 24.x
111111

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535

3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@8096e4f9571939c23cbd19018c44c665f90096af # ratchet:github/codeql-action/init@v4
37+
uses: github/codeql-action/init@cf463419fdde78c727231e445622a9ac37966f84 # ratchet:github/codeql-action/init@v4
3838
with:
3939
languages: ${{ matrix.language }}
4040

4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@8096e4f9571939c23cbd19018c44c665f90096af # ratchet:github/codeql-action/autobuild@v4
42+
uses: github/codeql-action/autobuild@cf463419fdde78c727231e445622a9ac37966f84 # ratchet:github/codeql-action/autobuild@v4
4343

4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@8096e4f9571939c23cbd19018c44c665f90096af # ratchet:github/codeql-action/analyze@v4
45+
uses: github/codeql-action/analyze@cf463419fdde78c727231e445622a9ac37966f84 # ratchet:github/codeql-action/analyze@v4
4646
with:
4747
category: '/language:${{matrix.language}}'

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/setup-compose-action@3408803818f5b5065308cdf3293ecbddf1ab2fac
4242

4343
- name: Set up Node.js
44-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
44+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
4545
with:
4646
node-version: '24'
4747
cache: 'npm'

.github/workflows/experimental-inventory-ci.yml

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

3535
- name: Use Node.js ${{ matrix.node-version }}
36-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
36+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
3737
with:
3838
node-version: ${{ matrix.node-version }}
3939

.github/workflows/experimental-inventory-cli-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222

2323
# Setup .npmrc file to publish to npm
24-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
24+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
2525
with:
2626
node-version: '24.x'
2727
registry-url: 'https://registry.npmjs.org'

.github/workflows/experimental-inventory-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2222

2323
# Setup .npmrc file to publish to npm
24-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
24+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
2525
with:
2626
node-version: '24.x'
2727
registry-url: 'https://registry.npmjs.org'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
egress-policy: audit
2020

2121
- name: Install NodeJS
22-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
22+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
2323
with:
2424
node-version: ${{ env.NODE_VERSION }}
2525

.github/workflows/npm.yml

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

1818
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919
# Setup .npmrc file to publish to npm
20-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
20+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
2121
with:
2222
node-version: '24'
2323
registry-url: 'https://registry.npmjs.org'

.github/workflows/sample-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
egress-policy: audit
1919
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2020
# Setup .npmrc file to publish to npm
21-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
21+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v6
2222
with:
2323
node-version: '24.x'
2424
registry-url: 'https://registry.npmjs.org'

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272

7373
# Upload the results to GitHub's code scanning dashboard.
7474
- name: 'Upload to code-scanning'
75-
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0
75+
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)