Skip to content

Commit b358fc3

Browse files
chore: bump actions/checkout from 2.7.0 to 6.0.2 (#3258)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c708a78 commit b358fc3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codecov_code_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: Setup Java
2323
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
sudo add-apt-repository -y ppa:git-core/ppa
3232
sudo apt-get update
3333
sudo apt-get install git -y
34-
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
34+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
with:
3636
ref: ${{ env.BASE_BRANCH }}
3737
fetch-depth: 0

.github/workflows/rollback_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
contents: write
3131
steps:
3232
- name: Checkout Source Code
33-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
with:
3535
ref: ${{ format('release_v{0}', env.BRANCH_FROM) }}
3636
token: ${{ secrets.GH_WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)