Skip to content

Commit a999fd7

Browse files
chore(deps): update github actions (#656)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5f104ba commit a999fd7

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/automate-staleness.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
16+
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
1717
with:
1818
egress-policy: audit
1919

20-
- uses: actions/stale@v9
20+
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
2121
id: stale
2222
with:
2323
stale-issue-message: >

.github/workflows/automate_renovate_changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
token: ${{ secrets.RHDH_BOT_TOKEN }}
2424

2525
- name: Set up Node
26-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
26+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2727
with:
2828
node-version: 22
2929
registry-url: https://registry.npmjs.org/ # Needed for auth

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: ${{ env.NUMBER_OF_COMMITS }}
3434

3535
- name: Set up Node
36-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
36+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3737
with:
3838
node-version: 20
3939
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -72,7 +72,7 @@ jobs:
7272
ref: ${{ github.event.workflow_run.head_branch }}
7373

7474
- name: Set up Node ${{ matrix.node-version }}
75-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
75+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7676
with:
7777
node-version: ${{ matrix.node-version }}
7878
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
ref: ${{ github.event.workflow_run.head_branch }}
145145
- name: Setup node
146-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
146+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
147147
with:
148148
node-version: 20.x
149149
- name: Install root dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Set up Node
20-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
20+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2121
with:
2222
node-version: 20
2323
registry-url: https://registry.npmjs.org/ # Needed for auth

.github/workflows/release_workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
ref: ${{ inputs.branch }}
5555
- name: Set up Node
56-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
56+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5757
with:
5858
node-version: 20
5959
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -120,7 +120,7 @@ jobs:
120120
with:
121121
ref: ${{ inputs.branch }}
122122
- name: Set up Node
123-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
123+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
124124
with:
125125
node-version: 20
126126
registry-url: https://registry.npmjs.org/ # Needed for auth

.github/workflows/version-bump.yml

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

4848
# Beginning of yarn setup
4949
- name: use node.js 20.x
50-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
50+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5151
with:
5252
node-version: 20.x
5353
registry-url: https://registry.npmjs.org/ # Needed for auth

0 commit comments

Comments
 (0)