Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 24037a6

Browse files
Merge pull request #1211 from google:dependabot/github_actions/actions/checkout-4.1.1
PiperOrigin-RevId: 576911331 Change-Id: Ia712d6d0e051c8ead21852f3fcf3d4ab3c679c89
2 parents f4fc042 + afdc9b9 commit 24037a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/draft-github-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
12+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1313
with:
1414
# We need to fetch the full repository in order to write complete
1515
# release notes.

Diff for: .github/workflows/ossf_scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: "Checkout code"
31-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
31+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3232
with:
3333
persist-credentials: false
3434

0 commit comments

Comments
 (0)