Skip to content

Commit 32be2da

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2 (#3245)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcdbb69 commit 32be2da

12 files changed

+19
-19
lines changed

.github/workflows/awesome-ideas.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: hmarr/debug-action@v3
1313

14-
- uses: actions/[email protected].1
14+
- uses: actions/[email protected].2
1515

1616
- uses: JasonEtco/create-an-issue@v2
1717
if: github.event.discussion.category.name == 'Ideas'

.github/workflows/aws-cfn-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
repo: context.repo.repo,
2929
labels: ['cfn-templates']
3030
})
31-
- uses: actions/[email protected].1
31+
- uses: actions/[email protected].2
3232

3333
- name: Check CloudFormation Syntax
3434
uses: scottbrenner/cfn-lint-action@v2

.github/workflows/aws_deploy_staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
aws_public_registry: ${{ steps.login-ecr-public.outputs.registry }}
1616
steps:
17-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
1818

1919
- id: docker-tag
2020
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1
@@ -82,7 +82,7 @@ jobs:
8282
environment:
8383
name: AWS Staging
8484
steps:
85-
- uses: actions/[email protected].1
85+
- uses: actions/[email protected].2
8686

8787
- name: Configure AWS credentials
8888
id: aws-credentials

.github/workflows/bicep-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
labels: ['arm-templates']
3232
})
3333
34-
- uses: actions/[email protected].1
34+
- uses: actions/[email protected].2
3535
with:
3636
submodules: recursive
3737

.github/workflows/ci-open-api-documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/[email protected].1
17+
- uses: actions/[email protected].2
1818

1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v4
@@ -52,7 +52,7 @@ jobs:
5252
needs: [ build ]
5353
if: github.ref == 'refs/heads/main'
5454
steps:
55-
- uses: actions/[email protected].1
55+
- uses: actions/[email protected].2
5656
with:
5757
ref: 'docs/main'
5858

.github/workflows/ci-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919

20-
- uses: actions/[email protected].1
20+
- uses: actions/[email protected].2
2121

2222
- name: Setup .NET
2323
uses: actions/setup-dotnet@v4
@@ -62,7 +62,7 @@ jobs:
6262
needs: unit-test
6363
steps:
6464

65-
- uses: actions/[email protected].1
65+
- uses: actions/[email protected].2
6666

6767
- uses: actions/download-artifact@v4
6868
with:
@@ -85,7 +85,7 @@ jobs:
8585

8686
# steps:
8787

88-
# - uses: actions/[email protected].1
88+
# - uses: actions/[email protected].2
8989

9090
# - name: Setup .NET
9191
# uses: actions/setup-dotnet@v4

.github/workflows/codeql.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/[email protected].1
33+
uses: actions/[email protected].2
3434

3535
- name: Setup .NET
3636
uses: actions/setup-dotnet@v4

.github/workflows/delete-documentation-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Delete Documentation Version
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].1
13+
- uses: actions/[email protected].2
1414
with:
1515
ref: docs/main
1616
fetch-depth: 0

.github/workflows/deploy_staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:
2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/[email protected].1
29+
- uses: actions/[email protected].2
3030

3131
- id: docker-tag
3232
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1

.github/workflows/lint-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
lint-documentation:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/[email protected].1
10+
- uses: actions/[email protected].2
1111
- uses: DavidAnson/markdownlint-cli2-action@v17
1212
with:
1313
globs: 'docs/**/*.md'

.github/workflows/publish-documentation-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Publish Documentation with New Version
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/[email protected].1
10+
- uses: actions/[email protected].2
1111
with:
1212
ref: docs/main
1313
fetch-depth: 0

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/[email protected].1
26+
- uses: actions/[email protected].2
2727

2828
- id: docker-tag
2929
uses: yuya-takeyama/docker-tag-from-github-ref-action@v1
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191

9292
steps:
93-
- uses: actions/[email protected].1
93+
- uses: actions/[email protected].2
9494

9595
- name: Get semver
9696
id: version
@@ -101,12 +101,12 @@ jobs:
101101
tags: |
102102
type=semver,pattern={{version}}
103103
104-
- uses: actions/[email protected].1
104+
- uses: actions/[email protected].2
105105
with:
106106
path: IoT-Hub-Portal
107107
submodules: recursive
108108

109-
- uses: actions/[email protected].1
109+
- uses: actions/[email protected].2
110110
with:
111111
ref: arm/main
112112
path: arm-templates

0 commit comments

Comments
 (0)