Skip to content

Commit

Permalink
Update actions/checkout digest to 11bd719
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 23, 2024
1 parent 48819bb commit d6bf85a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
disable-sudo: true
egress-policy: audit #sonarcloud aws generic hostname unfortunately subject to change

- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers

- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: '0'
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
egress-policy: audit #outbound hosts constantly subject to change by action providers

- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: '0'
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers

- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Set up JDK 21
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers

- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Set up JDK 21
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
disable-sudo: true
egress-policy: audit #outbound hosts constantly subject to change by action providers

- uses: actions/checkout@163217dfcd28294438ea1c1c149cfaf66eec283e
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Set up Python
uses: actions/setup-python@9c76e716502b18322365741b762fee22a8cffad8
Expand Down

0 comments on commit d6bf85a

Please sign in to comment.