Skip to content

Commit

Permalink
Update actions/checkout digest to de5a000
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 2, 2024
1 parent 08383d6 commit e897395
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@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
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@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
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@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
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@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
- name: Set up JDK 21
uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46
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@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815

- name: Set up JDK 21
uses: actions/setup-java@292cc14be88d32cccdd768342b8aa1296a4d8d46
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@d632683dd7b4114ad314bca15554477dd762a938
- uses: actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815

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

0 comments on commit e897395

Please sign in to comment.