Skip to content

Commit 115f598

Browse files
Bump the all group across 1 directory with 5 updates (#90)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab640ee commit 115f598

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/devops-board.yaml

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

.github/workflows/publish-recipes.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
packages: write
4343
steps:
4444
- name: Check out repo
45-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
45+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646

4747
- name: Parse release version and set environment variables
4848
run: python ./.github/scripts/get_release_version.py
@@ -61,7 +61,7 @@ jobs:
6161
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge
6262
6363
- name: Login to GitHub Container Registry
64-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
64+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.actor }}
@@ -81,13 +81,13 @@ jobs:
8181
packages: write
8282
steps:
8383
- name: Check out repo
84-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
84+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8585

8686
- name: Parse release version and set environment variables
8787
run: python ./.github/scripts/get_release_version.py
8888

8989
- name: Login to GitHub Container Registry
90-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
90+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
9191
with:
9292
registry: ghcr.io
9393
username: ${{ github.actor }}
@@ -110,7 +110,7 @@ jobs:
110110
packages: write
111111
steps:
112112
- name: Check out repo
113-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
113+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
114114

115115
- name: Parse release version and set environment variables
116116
run: python ./.github/scripts/get_release_version.py
@@ -129,7 +129,7 @@ jobs:
129129
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge
130130
131131
- name: Login to GitHub Container Registry
132-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
132+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
133133
with:
134134
registry: ghcr.io
135135
username: ${{ github.actor }}

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
echo "RUN_IDENTIFIER=${RUN_IDENTIFIER}" >> $GITHUB_OUTPUT
3838
3939
- name: Checkout code
40-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
40+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141

4242
- name: Setup Node
43-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
43+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4444
with:
4545
node-version: 16
4646

@@ -118,7 +118,7 @@ jobs:
118118
kubectl get events -n ${APP_NAMESPACE} > recipe-tests/pod-logs/local_dev_recipe_test_container_logs/events.txt
119119
120120
- name: Upload Pod logs for failed tests
121-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
121+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
122122
if: failure() && steps.get-pod-logs.outcome == 'success'
123123
with:
124124
name: local_dev_recipe_test_container_logs-pod-logs

.github/workflows/validate-bicep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
./rad-bicep --version
4545
4646
- name: Check out repo
47-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
47+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4848

4949
- name: Verify Bicep files
5050
run: ./.github/scripts/validate-bicep.sh

0 commit comments

Comments
 (0)