We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dea718 + 5450f0c commit 66acc19Copy full SHA for 66acc19
.github/workflows/docker-build.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout repository
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
28
with:
29
persist-credentials: false
30
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
12
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
13
- name: Set up Ruby
14
uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
15
0 commit comments