Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1f88333

Browse filesBrowse files
authored
Merge pull request #485 from solidnerd/renovate/actions-checkout-digest
chore(deps): update actions/checkout digest to 0ad4b8f
2 parents 4ddb672 + 27c9dfd commit 1f88333
Copy full SHA for 1f88333

File tree

Expand file treeCollapse file tree

3 files changed

+9
-9
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-9
lines changed

‎.github/workflows/master.yml

Copy file name to clipboardExpand all lines: .github/workflows/master.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
13+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1414

1515
- name: Set up CI Image Metadata
1616
id: docker_meta_ci
@@ -48,7 +48,7 @@ jobs:
4848
needs: build
4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
51+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
5252

5353
- name: Download artifact
5454
uses: actions/download-artifact@v4
@@ -66,7 +66,7 @@ jobs:
6666
needs: e2e
6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
69+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
7070

7171
- name: Set up Docker Hub Image Metadata
7272
id: docker_meta

‎.github/workflows/pr.yml

Copy file name to clipboardExpand all lines: .github/workflows/pr.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
13+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1414

1515
- name: Docker meta ci
1616
id: docker_meta_ci
@@ -49,7 +49,7 @@ jobs:
4949
needs: build
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
52+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
5353

5454
- name: Download artifact
5555
uses: actions/download-artifact@v4

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
13+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1414

1515
- name: Set up CI Image Metadata
1616
id: docker_meta_ci
@@ -47,7 +47,7 @@ jobs:
4747
needs: build
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
50+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
5151

5252
- name: Download artifact
5353
uses: actions/download-artifact@v4
@@ -65,7 +65,7 @@ jobs:
6565
needs: e2e
6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
68+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
6969

7070
- name: Set up Docker Hub Image Metadata
7171
id: docker_meta
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
# To use this repository's private action, you must check out the repository
138138
- name: Checkout
139-
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
139+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
140140

141141
- name: Generate changelog
142142
id: changelog

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.