Skip to content

Commit e681aab

Browse files
Bump actions/checkout from 7.0.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v7...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8030fa4 commit e681aab

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Checkout repository
1515
id: checkout_repo
16-
uses: actions/checkout@v7.0.0
16+
uses: actions/checkout@v7.0.1
1717

1818
- name: Install .NET 10
1919
uses: actions/setup-dotnet@v5

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
VIMEO_TOKEN: ${{ secrets.VIMEO_TOKEN }}
1111

1212
steps:
13-
- uses: actions/checkout@v7.0.0
13+
- uses: actions/checkout@v7.0.1
1414
- name: Setup .NET Core
1515
uses: actions/setup-dotnet@v5
1616
with:

.github/workflows/publish.yml

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

1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v7.0.0
19+
uses: actions/checkout@v7.0.1
2020

2121
- name: Setup .NET 10 SDK
2222
uses: actions/setup-dotnet@v5

.github/workflows/repro-bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
core.setOutput('issue_number', String(issueNumber));
153153
154154
- name: Checkout repository
155-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
155+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
156156
with:
157157
ref: ${{ steps.target.outputs.checkout_ref }}
158158
# Don't leave the GITHUB_TOKEN in .git/config — we only need to read.

0 commit comments

Comments
 (0)