Skip to content

Commit 96942b1

Browse files
Update GitHub Actions
Signed-off-by: Renovate Bot <[email protected]>
1 parent adfa2a7 commit 96942b1

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

.github/workflows/automate-staleness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Harden Runner
16-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
16+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
1717
with:
1818
egress-policy: audit
1919

.github/workflows/automate_changeset_feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
27+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2828
with:
2929
egress-policy: audit
3030

.github/workflows/automate_renovate_changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.actor == 'backstage-goalie[bot]' && github.repository == 'backstage/community-plugins'
1212
steps:
1313
- name: Harden Runner
14-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
14+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
1515
with:
1616
egress-policy: audit
1717

.github/workflows/ci.yml

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

3333
- name: Set up Node
34-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
34+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
3535
with:
3636
node-version: 20
3737
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -70,7 +70,7 @@ jobs:
7070
ref: ${{ github.event.workflow_run.head_branch }}
7171

7272
- name: Set up Node ${{ matrix.node-version }}
73-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
73+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
7474
with:
7575
node-version: ${{ matrix.node-version }}
7676
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -134,7 +134,7 @@ jobs:
134134
with:
135135
ref: ${{ github.event.workflow_run.head_branch }}
136136
- name: Setup node
137-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
137+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
138138
with:
139139
node-version: 20.x
140140
- name: Install root dependencies

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Harden Runner
44-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
44+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
4545
with:
4646
egress-policy: audit
4747

@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
53+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -60,7 +60,7 @@ jobs:
6060
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6161
# If this step fails, then you should remove it and run the build manually (see below)
6262
- name: Autobuild
63-
uses: github/codeql-action/autobuild@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
63+
uses: github/codeql-action/autobuild@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
6464

6565
# ℹ️ Command-line programs to run using the OS shell.
6666
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -73,6 +73,6 @@ jobs:
7373
# ./location_of_script_within_repo/buildscript.sh
7474

7575
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9
76+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
7777
with:
7878
category: "/language:${{matrix.language}}"

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Harden Runner
12-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
12+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
1313
with:
1414
egress-policy: audit
1515

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: github.repository == 'alithya-oss/backstage-plugins' && ( github.event.pull_request || github.event.issue.pull_request )
1919
steps:
2020
- name: Harden Runner
21-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
21+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
2222
with:
2323
egress-policy: audit
2424

.github/workflows/release.yml

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

2424
- name: Set up Node
25-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
25+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2626
with:
2727
node-version: 20
2828
registry-url: https://registry.npmjs.org/ # Needed for auth

.github/workflows/release_workspace.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs_release: ${{ steps.release_check.outputs.needs_release }}
5050
steps:
5151
- name: Harden Runner
52-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
52+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
5353
with:
5454
egress-policy: audit
5555

@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
ref: ${{ inputs.branch }}
6060
- name: Set up Node
61-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
61+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6262
with:
6363
node-version: 20
6464
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -67,7 +67,7 @@ jobs:
6767
id: yarn-cache-dir-path
6868
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
6969

70-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
70+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7171
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
7272
with:
7373
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -99,7 +99,7 @@ jobs:
9999
- name: Update Version Packages (${{ inputs.workspace }}) PR
100100
id: changesets-pr
101101
if: steps.release_check.outputs.needs_release != 'true' || inputs.force_release != true
102-
uses: backstage/changesets-action@291bfc1f76d1dcfbf967f5810dc0423592eae09a # v2.3.1
102+
uses: backstage/changesets-action@a39baf18913e669734ffb00c2fd9900472cfa240 # v2.3.2
103103
with:
104104
title: Version Packages (${{ inputs.workspace }})
105105
cwd: workspaces/${{ inputs.workspace }}
@@ -123,7 +123,7 @@ jobs:
123123

124124
steps:
125125
- name: Harden Runner
126-
uses: step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11.0
126+
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
127127
with:
128128
egress-policy: audit
129129

@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
ref: ${{ inputs.branch }}
134134
- name: Set up Node
135-
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
135+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
136136
with:
137137
node-version: 20
138138
registry-url: https://registry.npmjs.org/ # Needed for auth
@@ -145,7 +145,7 @@ jobs:
145145
id: yarn-cache-dir-path
146146
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
147147

148-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
148+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
149149
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
150150
with:
151151
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

.github/workflows/renovate.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Generate an access token for the backstage-goalie[bot] account.
4949
- name: Get token
5050
id: get_token
51-
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
51+
uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1
5252
with:
5353
app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }}
5454
private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }}
@@ -77,7 +77,7 @@ jobs:
7777
sudo chown -R 12021:0 /tmp/renovate/
7878
ls -R $cache_dir
7979
80-
- uses: renovatebot/github-action@e084b5ac6fd201023db6dd7743aec023babb02c8 # v41.0.13
80+
- uses: renovatebot/github-action@8ac70de2fe55752c573155866e30735411e3b61c # v41.0.22
8181
with:
8282
configurationFile: .github/renovate-action.json
8383
renovate-version: full
@@ -97,7 +97,7 @@ jobs:
9797
# To solve *that*, we'd have to extract to root (/), which isn't safe.
9898
tar -czvf $cache_archive -C $cache_dir .
9999
100-
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
100+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
101101

102102
if: github.event.inputs.repoCache != 'disabled'
103103
with:

0 commit comments

Comments
 (0)