Skip to content

Commit 92868f6

Browse files
Bump the all group across 1 directory with 7 updates (#43)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Karishma Chawla <kachawla@microsoft.com>
1 parent d367e30 commit 92868f6

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/devops-boards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Auth using Azure Service Principals was added as a part of v2.3
2727
# reference: https://github.com/danhellem/github-actions-issue-to-work-item/pull/143
2828
- name: Login to Azure
29-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
29+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
3030
with:
3131
client-id: ${{ vars.AZURE_SP_DEVOPS_SYNC_CLIENT_ID }}
3232
tenant-id: ${{ vars.AZURE_SP_DEVOPS_SYNC_TENANT_ID }}

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
SWA_BASE: brave-pond-00b49761e
2929
steps:
3030
- name: Checkout website repo
31-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
with:
3333
persist-credentials: false
3434

@@ -46,7 +46,7 @@ jobs:
4646
hugo ${STAGING_URL+-b "$STAGING_URL"}
4747
4848
- name: Upload Hugo artifacts
49-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
49+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5050
with:
5151
name: hugo_build
5252
path: ./public/
@@ -62,13 +62,13 @@ jobs:
6262
url: https://radapp.io
6363
steps:
6464
- name: Download Hugo artifacts
65-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
65+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6666
with:
6767
name: hugo_build
6868
path: site/
6969

7070
- name: Deploy static web app
71-
uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1
71+
uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1
7272
with:
7373
azure_static_web_apps_api_token: ${{ secrets.SWA_TOKEN }}
7474
skip_deploy_on_missing_secrets: true

.github/workflows/spellcheck.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
timeout-minutes: 5
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
32+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
with:
3434
persist-credentials: false
3535

3636
- name: Spellcheck
37-
uses: rojopolis/spellcheck-github-actions@6f2326b663e2dbab920da0fc4144b9f3202434ba # 0.54.0
37+
uses: rojopolis/spellcheck-github-actions@e3cd8e9aec4587ec73bc0e60745aafd45c37aa2e # 0.60.0
3838
with:
3939
config_path: .github/config/.pyspelling.yml
4040

@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Post GitHub comment on failure
5959
if: failure()
60-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
60+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
6161
with:
6262
header: spellcheck
6363
recreate: true
@@ -68,7 +68,7 @@ jobs:
6868
If you are adding a new custom word refer to the [docs guide](https://docs.radapp.io/contributing/docs/#spelling)
6969
7070
- name: Clear GitHub comment on success
71-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
71+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
7272
continue-on-error: true
7373
with:
7474
header: spellcheck

0 commit comments

Comments
 (0)