Skip to content

Commit

Permalink
Merge pull request #6047 from bndtools/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4.1.2

build(deps): Bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
pkriens committed Mar 13, 2024
2 parents 1e51b41 + 04e8533 commit be23cdf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Expand Up @@ -66,7 +66,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
with:
fetch-depth: ${{ matrix.fetch-depth }}
- name: Set up Java 8 + ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Expand Up @@ -48,7 +48,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Set up Ruby
uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild.yml
Expand Up @@ -58,7 +58,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
with:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Set up Java 8 + ${{ matrix.java }}
uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wrapper.yml
Expand Up @@ -35,6 +35,6 @@ jobs:
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs

- name: Git Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2

0 comments on commit be23cdf

Please sign in to comment.