Skip to content

Commit 10fb630

Browse files
chore(deps): pin dependencies (#7661)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [JamesIves/github-pages-deploy-action](https://redirect.github.com/JamesIves/github-pages-deploy-action) | action | pinDigest | -> `6c2d9db` | | [SAP/project-piper-action](https://redirect.github.com/SAP/project-piper-action) | action | pinDigest | -> `5083610` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | -> `08c6903` | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | pinDigest | -> `60a0d83` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | pinDigest | -> `49933ea` | | [actions/stale](https://redirect.github.com/actions/stale) | action | pinDigest | -> `5bef64f` | | [chromaui/action](https://redirect.github.com/chromaui/action) | action | pinDigest | -> `58d9ffb` | | [coverallsapp/github-action](https://redirect.github.com/coverallsapp/github-action) | action | pinDigest | -> `648a8eb` | | [fsfe/reuse-action](https://redirect.github.com/fsfe/reuse-action) | action | pinDigest | -> `43bd643` | | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | pinDigest | -> `96f518a` | | [preactjs/compressed-size-action](https://redirect.github.com/preactjs/compressed-size-action) | action | pinDigest | -> `946a292` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Harbarth <[email protected]>
1 parent 1069668 commit 10fb630

File tree

12 files changed

+49
-49
lines changed

12 files changed

+49
-49
lines changed

.github/workflows/chromatic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
env:
1010
CYPRESS_INSTALL_BINARY: 0
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313
with:
1414
fetch-depth: 0
1515

1616
- name: Setup Node.js environment
17-
uses: actions/[email protected]
17+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
1919
node-version-file: '.nvmrc'
2020
cache: 'yarn'
@@ -23,7 +23,7 @@ jobs:
2323
run: yarn install --immutable
2424

2525
- name: Publish to Chromatic
26-
uses: chromaui/action@v13
26+
uses: chromaui/action@58d9ffb36c90c97a02d061544ecc849cc4a242a9 # v13.1.3
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v3
56+
uses: github/codeql-action/autobuild@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v3
70+
uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10

.github/workflows/docs-stable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
id-token: write # to verify the deployment originates from an appropriate source
1616
contents: write
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919

2020
- name: Setup Node.js environment
21-
uses: actions/[email protected]
21+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2222
with:
2323
node-version-file: '.nvmrc'
2424
cache: 'yarn'
@@ -41,7 +41,7 @@ jobs:
4141
NODE_OPTIONS: '--max-old-space-size=4096'
4242

4343
- name: Deploy Docs
44-
uses: JamesIves/[email protected]
44+
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
4545
with:
4646
branch: gh-pages # The branch the action should deploy to.
4747
folder: .out # The folder the action should deploy.

.github/workflows/examples.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- vite-ts
2727
fail-fast: false
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030

31-
- uses: actions/[email protected]
31+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3232
with:
3333
node-version-file: '.nvmrc'
3434

@@ -58,9 +58,9 @@ jobs:
5858
- vite-ts
5959
fail-fast: false
6060
steps:
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6262

63-
- uses: actions/[email protected]
63+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6464
with:
6565
node-version-file: '.nvmrc'
6666

@@ -88,9 +88,9 @@ jobs:
8888
- navigation-layout
8989
fail-fast: false
9090
steps:
91-
- uses: actions/checkout@v5
91+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9292

93-
- uses: actions/[email protected]
93+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9494
with:
9595
node-version-file: '.nvmrc'
9696

.github/workflows/main.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ jobs:
1717
reuse-compliance:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121

2222
- name: REUSE Compliance Check
23-
uses: fsfe/reuse-action@v1.1
23+
uses: fsfe/reuse-action@43bd643263f2a557a37e023e538ab9f83dce92a6 # v1.1.1
2424

2525
check-bundle-size:
2626
if: ${{ github.base_ref == 'main' }} # only for PRs targeting main branch
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030

31-
- uses: preactjs/[email protected]
31+
- uses: preactjs/compressed-size-action@946a292cd35bd1088e0d7eb92b69d1a8d5b5d76a # 2.8.0
3232
with:
3333
repo-token: '${{ secrets.GITHUB_TOKEN }}'
3434
pattern: 'packages/**/dist/**/*.{js,css}'
@@ -39,9 +39,9 @@ jobs:
3939
name: 'Install Dependencies'
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4343

44-
- uses: actions/[email protected]
44+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4545
with:
4646
node-version-file: '.nvmrc'
4747
cache: 'yarn'
@@ -63,9 +63,9 @@ jobs:
6363
env:
6464
CYPRESS_INSTALL_BINARY: 0
6565
steps:
66-
- uses: actions/checkout@v5
66+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6767

68-
- uses: actions/[email protected]
68+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6969
with:
7070
node-version-file: '.nvmrc'
7171
cache: 'yarn'
@@ -89,9 +89,9 @@ jobs:
8989
env:
9090
CYPRESS_INSTALL_BINARY: 0
9191
steps:
92-
- uses: actions/checkout@v5
92+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9393

94-
- uses: actions/[email protected]
94+
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9595
with:
9696
node-version-file: '.nvmrc'
9797
cache: 'yarn'
@@ -110,10 +110,10 @@ jobs:
110110
env:
111111
CYPRESS_INSTALL_BINARY: 0
112112
steps:
113-
- uses: actions/checkout@v5
113+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
114114

115115
- name: Setup Node.js environment
116-
uses: actions/[email protected]
116+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
117117
with:
118118
node-version-file: '.nvmrc'
119119
cache: 'yarn'
@@ -126,7 +126,7 @@ jobs:
126126
NODE_OPTIONS: '--max-old-space-size=4096'
127127

128128
- name: Deploy 🚀
129-
uses: JamesIves/[email protected]
129+
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
130130
if: ${{ github.ref == 'refs/heads/main' }}
131131
with:
132132
branch: gh-pages # The branch the action should deploy to.

.github/workflows/open-source-security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
name: 'Security'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717

1818
- name: artifactPrepareVersion
19-
19+
uses: SAP/project-piper-action@50836109c3af5c9f446d4cd6b4c635f2b47fc681 # v1.21.2
2020
with:
2121
step-name: artifactPrepareVersion
2222
flags: --versioningType cloud_noTag
2323

2424
- name: detectExecuteScan
25-
25+
uses: SAP/project-piper-action@50836109c3af5c9f446d4cd6b4c635f2b47fc681 # v1.21.2
2626
with:
2727
step-name: detectExecuteScan
2828
flags: '--token ${{ secrets.DETECT_TOKEN }}'

.github/workflows/release-comments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
issue-comment:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1111
with:
1212
token: ${{ secrets.ACCESS_TOKEN }}
1313

1414
- name: Setup Node.js environment
15-
uses: actions/[email protected]
15+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1616
with:
1717
node-version-file: '.nvmrc'
1818
cache: 'yarn'
@@ -25,7 +25,7 @@ jobs:
2525

2626
### Semantic Release Bot comments for issues and PRs ###
2727
- name: Add release comments to issues and PRs
28-
uses: actions/github-script@v7
28+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2929
env:
3030
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
3131
with:

.github/workflows/release-custom-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
contents: write
2929
id-token: write
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3232
with:
3333
token: ${{ secrets.ACCESS_TOKEN }}
3434
fetch-depth: 0
3535

3636
- name: Setup Node.js environment
37-
uses: actions/[email protected]
37+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3838
with:
3939
node-version-file: '.nvmrc'
4040
registry-url: 'https://registry.npmjs.org'

.github/workflows/release-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
contents: write
1919
id-token: write
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
with:
2323
token: ${{ secrets.ACCESS_TOKEN }}
2424
fetch-depth: 0
2525

2626
- name: Setup Node.js environment
27-
uses: actions/[email protected]
27+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2828
with:
2929
node-version-file: '.nvmrc'
3030
registry-url: 'https://registry.npmjs.org'

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
permissions:
3333
contents: read
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636
with:
3737
fetch-depth: 0
3838

3939
- name: Setup Node.js environment
40-
uses: actions/[email protected]
40+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4141
with:
4242
node-version-file: '.nvmrc'
4343
cache: 'yarn'
@@ -64,13 +64,13 @@ jobs:
6464
id-token: write
6565
issues: write
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6868
with:
6969
token: ${{ secrets.ACCESS_TOKEN }}
7070
fetch-depth: 0
7171

7272
- name: Setup Node.js environment
73-
uses: actions/[email protected]
73+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
7474
with:
7575
node-version-file: '.nvmrc'
7676
cache: 'yarn'
@@ -107,7 +107,7 @@ jobs:
107107

108108
### Semantic Release Bot comments for issues and PRs ###
109109
- name: Add release comments to issues and PRs
110-
uses: actions/github-script@v7
110+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
111111
env:
112112
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
113113
with:

0 commit comments

Comments
 (0)