Skip to content

Commit

Permalink
Merge pull request #607 from camunda-community-hub/renovate/actions-c…
Browse files Browse the repository at this point in the history
…heckout-digest

chore(deps): update actions/checkout digest to b4ffde6
  • Loading branch information
nitram509 authored Nov 20, 2023
2 parents 1f0b5a8 + e8dc47b commit f09a931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@f1d3225b5376a0791fdee5a0e8eac5289355e43a # pin@v2
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v2
- name: Java setup
uses: actions/setup-java@e54a62b3df9364d4b4c1c29c7225e57fe605d7dd # pin@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
publish:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@f1d3225b5376a0791fdee5a0e8eac5289355e43a # pin@v2
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v2
- name: Cache
uses: actions/cache@0781355a23dac32fd3bac414512f4b903437991a # pin@v2
with:
Expand Down

0 comments on commit f09a931

Please sign in to comment.