Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.7 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@692973e...d632683)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b31848b commit 9fe1099
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: 'Dependency Review'
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c
2 changes: 1 addition & 1 deletion .github/workflows/google-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: axel-op/googlejavaformat-action@v3
with:
args: "--replace"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jvm-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: JUnit-Frontends
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.1.0
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v3.1.0
- name: Set up OpenJDK 11
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Codestyle
steps:
- name: Check out source repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0
- name: Set up Python environment
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Mypy
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0
- name: Set up Python 3.8
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Unit Tests
steps:
- name: Check out source repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0
- name: Set up Python environment
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webapp-api-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: webapp-api-test
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0
- name: Set up Python 3.8
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webapp-mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Mypy-Pyright-webapp
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v2.4.0
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v2.4.0
- name: Set up Python 3.8
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v3.0.0
with:
Expand Down

0 comments on commit 9fe1099

Please sign in to comment.