Skip to content

Commit 85ac730

Browse files
Merge branch 'dependabot/github_actions/develop/actions/checkout-3.5.3' into develop
2 parents 4b64666 + 6433d1b commit 85ac730

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
IMG_NAME: ${{ github.repository }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/[email protected].2
19+
uses: actions/[email protected].3
2020

2121
- name: Info
2222
run: echo "Parameters. ${{ github.event.base_ref }}, ${{ github.ref_type }}, ${{ github.ref }}"

.github/workflows/maven-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/[email protected].2
14+
uses: actions/[email protected].3
1515

1616
- id: vars
1717
name: Setup job variables

.github/workflows/sonarcloud.yaml

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

0 commit comments

Comments
 (0)