Skip to content

Commit 8e71ce3

Browse files
Revert "ci(deps): bump the all group with 5 updates (#1643)" (#1646)
This reverts commit c49e2cc. Signed-off-by: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com>
1 parent c49e2cc commit 8e71ce3

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/workflows/close-stale-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
permissions:
2020
pull-requests: write
2121
steps:
22-
- uses: actions/stale@997185467fa4f803885201cee163a9f38240193d # v10.1.1
22+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2323
with:
2424
repo-token: ${{ github.token }}
2525
stale-pr-message: This pull request has been automatically marked as stale because it has been inactive for 90 days. Remove stale label or comment or this PR will be closed in 7 days.

.github/workflows/redirect.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
contents: read
3131
steps:
3232
- name: Checkout repo
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
33+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434
with:
3535
submodules: false
3636
persist-credentials: false
3737

3838
- name: Deploy staging site
39-
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1
39+
uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1
4040
with:
4141
azure_static_web_apps_api_token: ${{ secrets.SWA_REDIRECT_TOKEN }}
4242
action: upload
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
- name: Close Pull Request
5757
id: closepullrequest
58-
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1
58+
uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1
5959
with:
6060
azure_static_web_apps_api_token: ${{ secrets.SWA_REDIRECT_TOKEN }}
6161
action: close

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
permissions:
2626
contents: read
2727
steps:
28-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929
with:
3030
token: ${{ secrets.GH_RAD_CI_BOT_PAT }}
3131
ref: edge

.github/workflows/spellcheck.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ jobs:
3232
pull-requests: write
3333
steps:
3434
- name: Checkout docs
35-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
35+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3636
with:
3737
persist-credentials: false
3838

3939
- name: Spellcheck
40-
uses: rojopolis/spellcheck-github-actions@16d0338a5a3b5e3111a078029fb9a07a8125053d # 0.55.0
40+
uses: rojopolis/spellcheck-github-actions@6f2326b663e2dbab920da0fc4144b9f3202434ba # 0.54.0
4141
with:
4242
config_path: .github/config/.pyspelling.yml
4343

.github/workflows/upmerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pull-requests: write
4242
steps:
4343
# Checkout the edge branch
44-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
44+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4545
with:
4646
ref: edge
4747
# https://github.com/actions/checkout/issues/125#issuecomment-570254411

.github/workflows/validate-bicep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: read
4040
steps:
4141
- name: Check out repo
42-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
42+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4343
with:
4444
persist-credentials: false
4545

.github/workflows/website.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
HUGO_ENV: production
3636
steps:
3737
- name: Checkout docs repo
38-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
38+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3939
with:
4040
submodules: true
4141
persist-credentials: false
@@ -44,15 +44,15 @@ jobs:
4444
run: python ./.github/scripts/get_docs_version.py
4545

4646
- name: Checkout radius repo
47-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
47+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4848
with:
4949
repository: radius-project/radius
5050
ref: ${{ env.RELEASE_BRANCH }}
5151
path: ./radius
5252
persist-credentials: false
5353

5454
- name: Setup Node
55-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
55+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
5656
with:
5757
node-version: "14"
5858

@@ -110,7 +110,7 @@ jobs:
110110
url: ${{ github.ref_name == 'edge' && 'https://edge.docs.radapp.io' || 'https://docs.radapp.io' }}
111111
steps:
112112
- name: Checkout docs repo
113-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
113+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
114114
with:
115115
submodules: false
116116
persist-credentials: false
@@ -155,7 +155,7 @@ jobs:
155155
path: site/
156156

157157
- name: Deploy staging site
158-
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1
158+
uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1
159159
with:
160160
azure_static_web_apps_api_token: ${{ secrets.ENV_STATICWEBAPP_TOKEN }}
161161
skip_deploy_on_missing_secrets: true
@@ -180,7 +180,7 @@ jobs:
180180
steps:
181181
- name: Close Pull Request
182182
id: closepullrequest
183-
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1
183+
uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1
184184
with:
185185
azure_static_web_apps_api_token: ${{ secrets.ENV_STATICWEBAPP_TOKEN }}
186186
skip_deploy_on_missing_secrets: true
@@ -200,7 +200,7 @@ jobs:
200200
name: ${{ github.ref_name == 'edge' && 'edge' || 'latest' }}
201201
steps:
202202
- name: Checkout docs repo
203-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
203+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
204204
with:
205205
submodules: false
206206
persist-credentials: false

0 commit comments

Comments
 (0)